Click here to Skip to main content
16,004,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to pass date for between query Pin
ChandraRam20-Dec-06 23:30
ChandraRam20-Dec-06 23:30 
AnswerRe: how to pass date for between query Pin
manowj20-Dec-06 23:32
manowj20-Dec-06 23:32 
GeneralRe: how to pass date for between query Pin
Colin Angus Mackay20-Dec-06 23:41
Colin Angus Mackay20-Dec-06 23:41 
JokeRe: how to pass date for between query Pin
Paul Conrad21-Dec-06 5:32
professionalPaul Conrad21-Dec-06 5:32 
GeneralRe: how to pass date for between query Pin
Colin Angus Mackay21-Dec-06 5:53
Colin Angus Mackay21-Dec-06 5:53 
AnswerRe: how to pass date for between query Pin
Colin Angus Mackay20-Dec-06 23:44
Colin Angus Mackay20-Dec-06 23:44 
Questioncreating custom installer to display a form after installation Pin
steve_rm20-Dec-06 21:39
steve_rm20-Dec-06 21:39 
AnswerRe: creating custom installer to display a form after installation Pin
Dave Kreskowiak21-Dec-06 4:05
mveDave Kreskowiak21-Dec-06 4:05 
Your code doesn't block and wait for the form to return, so, when the OnAfterInstall event finishes, Windows Installer is pretty much done and quits. You have to show your form using .ShowDialog(), not .Show().

.ShowDialog() is a blocking call, so that code will wait until the dialog is closed before continuing.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionhow to make the Picture box control parent to a textbox Pin
grkr8120-Dec-06 19:01
grkr8120-Dec-06 19:01 
AnswerRe: how to make the Picture box control parent to a textbox Pin
Christian Graus20-Dec-06 19:09
protectorChristian Graus20-Dec-06 19:09 
AnswerRe: how to make the Picture box control parent to a textbox Pin
Dave Kreskowiak21-Dec-06 4:03
mveDave Kreskowiak21-Dec-06 4:03 
QuestionLogin to Web page Pin
nitin_ion20-Dec-06 18:42
nitin_ion20-Dec-06 18:42 
QuestionSplit function Pin
amaneet20-Dec-06 18:35
amaneet20-Dec-06 18:35 
AnswerRe: Split function Pin
Christian Graus20-Dec-06 18:52
protectorChristian Graus20-Dec-06 18:52 
GeneralRe: Split function Pin
amaneet20-Dec-06 19:00
amaneet20-Dec-06 19:00 
GeneralRe: Split function Pin
Christian Graus20-Dec-06 19:09
protectorChristian Graus20-Dec-06 19:09 
GeneralRe: Split function Pin
Colin Angus Mackay20-Dec-06 23:55
Colin Angus Mackay20-Dec-06 23:55 
GeneralRe: Split function Pin
arcticbrew21-Dec-06 11:03
arcticbrew21-Dec-06 11:03 
Questionhow to use control collection Pin
Rmesh20-Dec-06 18:20
Rmesh20-Dec-06 18:20 
AnswerRe: how to use control collection Pin
Guffa20-Dec-06 18:29
Guffa20-Dec-06 18:29 
QuestionUserControl Click Event Pin
Tibmeister20-Dec-06 16:17
Tibmeister20-Dec-06 16:17 
AnswerRe: UserControl Click Event Pin
verron20-Dec-06 21:21
verron20-Dec-06 21:21 
GeneralRe: UserControl Click Event Pin
Tibmeister21-Dec-06 7:42
Tibmeister21-Dec-06 7:42 
GeneralRe: UserControl Click Event Pin
Tibmeister27-Dec-06 9:48
Tibmeister27-Dec-06 9:48 
GeneralRe: UserControl Click Event Pin
verron27-Dec-06 20:42
verron27-Dec-06 20:42 

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.