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

Visual Basic

 
Questionhow to pass date for between query Pin
Rmesh20-Dec-06 23:09
Rmesh20-Dec-06 23:09 
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 
Hello

I have created a custom installer that will display a form after the installation is completed.

There is the code for the installer class
<br />
Protected Overrides Sub OnAfterInstall(ByVal savedState As System.Collections.IDictionary)<br />
        MyBase.OnAfterInstall(savedState)<br />
        Dim myform As New Form1()<br />
        myform.Show()<br />
    End Sub<br />


I have added the project outputs on both the install and commit nodes in the custom actions.

When the installer finishes installing it will quickly flash the form and then disappear.

Can anyone tell me where I am going wrong.

Thanks in advance,

Steve
AnswerRe: creating custom installer to display a form after installation Pin
Dave Kreskowiak21-Dec-06 4:05
mveDave Kreskowiak21-Dec-06 4:05 
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 

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.