Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[QUESTION-Urgent] Only show a form the first time the application starts
#1
How do IOnly show a form the first time the application starts? I know it's done with the settings but like how?
Reply
#2
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?
Reply
#3
(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.
Reply
#4
Check your Project settings than everything should be simple from there (I think)


I do not mean your code
[Image: OGForumsbanner.png]
Reply
#5
Nevermind, I worked around it. Thanks anyways!
Reply
#6
(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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem in form Chuggaism 3 1,769 11-07-2013, 06:35 PM
Last Post: AceInfinity
  [VB.NET] Animated Form Extend [SRC] Fragma 6 5,221 10-10-2013, 12:18 PM
Last Post: Saket
  Greation a promission for users in main form or setting deveco 2 862 11-13-2012, 01:33 PM
Last Post: TAHMINA123
  [Release] iHide v1.0 -- Show and Hide File Extensions/Hidden Files Resistance 11 4,410 09-28-2012, 01:41 AM
Last Post: rqmok
  Application Organiser lhcrulz 3 2,415 02-11-2012, 08:56 PM
Last Post: AceInfinity

Forum Jump:


Users browsing this thread: 1 Guest(s)