Click here to Skip to main content
16,009,470 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: xml upload Pin
Guffa22-Aug-06 8:27
Guffa22-Aug-06 8:27 
Questionhow to send more than one date in a time?? Pin
areon2519-Aug-06 15:40
areon2519-Aug-06 15:40 
AnswerRe: how to send more than one date in a time?? Pin
Dave Kreskowiak21-Aug-06 4:25
mveDave Kreskowiak21-Aug-06 4:25 
GeneralRe: how to send more than one date in a time?? Pin
areon2521-Aug-06 6:26
areon2521-Aug-06 6:26 
GeneralRe: how to send more than one date in a time?? Pin
Dave Kreskowiak21-Aug-06 7:07
mveDave Kreskowiak21-Aug-06 7:07 
GeneralRe: how to send more than one date in a time?? Pin
areon2521-Aug-06 7:24
areon2521-Aug-06 7:24 
QuestionPressing Enter on a textbox Pin
johncassell19-Aug-06 14:30
johncassell19-Aug-06 14:30 
AnswerRe: Pressing Enter on a textbox Pin
Keith Malwitz19-Aug-06 16:01
Keith Malwitz19-Aug-06 16:01 
There are several possible ways to do this, depending on your needs. You could use the "Leave" event of the textbox to popup your messagebox when the control loses focus (either by pressing enter, tab, or clicking the mouse on another control).

If you only want the popup to occur when the enter key is pressed, you should use the textbox control's "Keypress" event to check whether the key pressed was the return key, and run your popup code if it was.

Hope this helps.
AnswerRe: Pressing Enter on a textbox Pin
S Pandian20-Aug-06 20:19
S Pandian20-Aug-06 20:19 
Questiondatetime format Pin
md_refay19-Aug-06 7:29
md_refay19-Aug-06 7:29 
AnswerRe: datetime format Pin
Guffa19-Aug-06 8:02
Guffa19-Aug-06 8:02 
AnswerRe: datetime format Pin
Stephen McGuire20-Aug-06 5:33
Stephen McGuire20-Aug-06 5:33 
QuestionTableAdapter.Clear alternative Pin
cstrader23219-Aug-06 3:44
cstrader23219-Aug-06 3:44 
AnswerRe: TableAdapter.Clear alternative Pin
Keith Malwitz19-Aug-06 8:00
Keith Malwitz19-Aug-06 8:00 
QuestionAttaching Database in 2005 Pin
nitin_ion18-Aug-06 23:20
nitin_ion18-Aug-06 23:20 
QuestionUninstall specific program from the list Pin
manowj18-Aug-06 20:05
manowj18-Aug-06 20:05 
QuestionGetPixel Method for Eyedropper tool Pin
The ANZAC18-Aug-06 19:57
The ANZAC18-Aug-06 19:57 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Guffa18-Aug-06 23:30
Guffa18-Aug-06 23:30 
AnswerRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak19-Aug-06 3:29
mveDave Kreskowiak19-Aug-06 3:29 
GeneralRe: GetPixel Method for Eyedropper tool Pin
The ANZAC26-Aug-06 18:22
The ANZAC26-Aug-06 18:22 
GeneralRe: GetPixel Method for Eyedropper tool Pin
Dave Kreskowiak27-Aug-06 5:14
mveDave Kreskowiak27-Aug-06 5:14 
Questionexport or import data from excel file Pin
Swiss Mantoro18-Aug-06 18:28
Swiss Mantoro18-Aug-06 18:28 
AnswerRe: export or import data from excel file Pin
Stephen McGuire20-Aug-06 5:35
Stephen McGuire20-Aug-06 5:35 
QuestionDeployment Issues Pin
NGENEAR1118-Aug-06 16:23
NGENEAR1118-Aug-06 16:23 
AnswerRe: Deployment Issues Pin
IsMAiL_Kawasaki19-Aug-06 2:19
IsMAiL_Kawasaki19-Aug-06 2:19 

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.