jack Lindsay
Member
- Joined
- Nov 27, 2008
- Messages
- 13
- Programming Experience
- Beginner
hi Guys.
im making a simple application, but i want a preceding window to open first. i know it can be set in the properties of the project, but i'd rather not do that.
i put the command Form2.show() in the Form1_Load section, but form1 remains the active window. i want form1 to open, then form2 to open infront of it and be the active window. also, is there a way to make form1 unaccessable while form2 is open?
im sure this can be done somehow, but i've gone on a complete blank, and cant remember anything
thanks in advance
jack
im making a simple application, but i want a preceding window to open first. i know it can be set in the properties of the project, but i'd rather not do that.
i put the command Form2.show() in the Form1_Load section, but form1 remains the active window. i want form1 to open, then form2 to open infront of it and be the active window. also, is there a way to make form1 unaccessable while form2 is open?
im sure this can be done somehow, but i've gone on a complete blank, and cant remember anything
thanks in advance
jack