|
-
Jan 11th, 2006, 12:37 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Pop Up Form
I want to make a form pop up the first time a user executes my application to create some settings to save to an INI file for future reference.
How do I make this form pop up but not load the main form until the settings have been selected?
-
Jan 11th, 2006, 12:43 PM
#2
Fanatic Member
Re: Pop Up Form
In your main form load
the modal call will make sure that nothing else is executed in your main form until the second form releases.
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Jan 11th, 2006, 12:52 PM
#3
Thread Starter
Addicted Member
Re: Pop Up Form
Thanks space_monkey, how do you release?
-
Jan 11th, 2006, 01:23 PM
#4
Fanatic Member
Re: Pop Up Form
Yeah you can use .hide or unload the form.
Using VB6 or VB.net 2008 with .net 3.5
"Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad
-
Jan 11th, 2006, 01:27 PM
#5
Re: Pop Up Form
It would be better to unload the form. If you have everything you need, then there is no reason to keep it loaded and in memory.
-
Jan 11th, 2006, 02:28 PM
#6
Thread Starter
Addicted Member
-
Jan 11th, 2006, 02:30 PM
#7
Re: Pop Up Form
 Originally Posted by bat711
Ok, thanks all...
Curiousity question.
If you only need this to run once the very first time your program starts, how are you preventing it from being displayed again the next time your program runs?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|