02-27-2010, 06:02 PM
(02-27-2010, 05:21 PM)Extasey Wrote: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.Code:form1_load
form1.hide
form2.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.