Click here to Skip to main content
15,886,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: help..urgent ..insert time to database Pin
Christian Graus9-Apr-08 20:45
protectorChristian Graus9-Apr-08 20:45 
GeneralRe: help..urgent ..insert time to database [modified] Pin
Member 44429169-Apr-08 21:15
Member 44429169-Apr-08 21:15 
GeneralRe: help..urgent ..insert time to database Pin
Christian Graus9-Apr-08 22:19
protectorChristian Graus9-Apr-08 22:19 
GeneralRe: help..urgent ..insert time to database [modified] Pin
Member 44429169-Apr-08 22:36
Member 44429169-Apr-08 22:36 
GeneralRe: help..urgent ..insert time to database Pin
Christian Graus10-Apr-08 0:05
protectorChristian Graus10-Apr-08 0:05 
GeneralRe: help..urgent ..insert time to database Pin
Member 444291610-Apr-08 3:38
Member 444291610-Apr-08 3:38 
GeneralRe: help..urgent ..insert time to database Pin
Christian Graus10-Apr-08 12:54
protectorChristian Graus10-Apr-08 12:54 
QuestionMessageBox stuck in loop Pin
Joe DiNatale9-Apr-08 16:05
Joe DiNatale9-Apr-08 16:05 
I have a search dialog form with a text box where the user enters the search terms and a button which executes the search. The text box traps the keyup event so that the user can just press enter and initiate the search instead of clicking on the button. When the search does not return any results, a message box pops up informing the user. The problem is that if the user clears the message box by pressing enter instead of clicking the OK button, the text box gets the keyup event again, performs the search again, puts up the message box... I was able to avoid this by disabling the textbox before showing the message box and then reenabling it after but this moves the focus to the next control. Moving the focus back to the text box (in code) causes the same behavior. Does anyone know of another way to fix this?

Joe
GeneralRe: MessageBox stuck in loop Pin
Johan Hakkesteegt9-Apr-08 20:09
Johan Hakkesteegt9-Apr-08 20:09 
GeneralRe: MessageBox stuck in loop Pin
Joe DiNatale10-Apr-08 4:58
Joe DiNatale10-Apr-08 4:58 
GeneralTrying to transfer data with filters. Pin
Dirtyd9-Apr-08 15:53
Dirtyd9-Apr-08 15:53 
GeneralRe: Trying to transfer data with filters. Pin
Dave Kreskowiak10-Apr-08 3:28
mveDave Kreskowiak10-Apr-08 3:28 
GeneralRe: Trying to transfer data with filters. Pin
Dirtyd21-Apr-08 2:34
Dirtyd21-Apr-08 2:34 
GeneralRe: Trying to transfer data with filters. Pin
Dave Kreskowiak21-Apr-08 3:45
mveDave Kreskowiak21-Apr-08 3:45 
GeneralRe: Trying to transfer data with filters. Pin
Dirtyd23-Apr-08 13:06
Dirtyd23-Apr-08 13:06 
GeneralExtending a class in Main.aspx.vb (inheritance) - newbie question. Pin
MadMaxToronto9-Apr-08 15:50
MadMaxToronto9-Apr-08 15:50 
GeneralRe: Extending a class in Main.aspx.vb (inheritance) - newbie question. Pin
Mycroft Holmes9-Apr-08 16:55
professionalMycroft Holmes9-Apr-08 16:55 
GeneralRe: Extending a class in Main.aspx.vb (inheritance) - newbie question. Pin
Dave Kreskowiak10-Apr-08 3:22
mveDave Kreskowiak10-Apr-08 3:22 
QuestionHaving a form in a VB.NET DLL file? Pin
LloydA1119-Apr-08 12:38
LloydA1119-Apr-08 12:38 
AnswerRe: Having a form in a VB.NET DLL file? Pin
Mitch F.9-Apr-08 14:31
Mitch F.9-Apr-08 14:31 
GeneralRe: Having a form in a VB.NET DLL file? Pin
LloydA1119-Apr-08 14:37
LloydA1119-Apr-08 14:37 
Generalget the value of a textbox with only its name as string Pin
robby19779-Apr-08 11:08
robby19779-Apr-08 11:08 
GeneralRe: get the value of a textbox with only its name as string Pin
Christian Graus9-Apr-08 11:18
protectorChristian Graus9-Apr-08 11:18 
GeneralRe: get the value of a textbox with only its name as string Pin
Luc Pattyn9-Apr-08 11:59
sitebuilderLuc Pattyn9-Apr-08 11:59 
GeneralRe: get the value of a textbox with only its name as string Pin
robby19779-Apr-08 19:13
robby19779-Apr-08 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.