Support Forums

Full Version: [QUESTION-Urgent] Only show a form the first time the application starts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do IOnly show a form the first time the application starts? I know it's done with the settings but like how?
Code:
form1_load
form1.hide
form2.show
I haven't coded in a while and I can't remeber the exact code... but just change form1 to whatever opens up first, then form2 to whatever you want to show.
Wait, are you saying you only want something like a disclaimer to pop up on the initial run of the program?
(02-27-2010, 05:21 PM)Extasey Wrote: [ -> ]
Code:
form1_load
form1.hide
form2.show
I haven't coded in a while and I can't remeber the exact code... but just change form1 to whatever opens up first, then form2 to whatever you want to show.
Wait, are you saying you only want something like a disclaimer to pop up on the initial run of the program?

Yeah, I want it to only pop up on the initial run of the program.
Check your Project settings than everything should be simple from there (I think)


I do not mean your code
Nevermind, I worked around it. Thanks anyways!
(02-27-2010, 05:21 PM)Extasey Wrote: [ -> ]
Code:
form1_load
form1.hide
form2.show
I haven't coded in a while and I can't remeber the exact code... but just change form1 to whatever opens up first, then form2 to whatever you want to show.
Wait, are you saying you only want something like a disclaimer to pop up on the initial run of the program?

It worked for me...Thanks