[HELP] Extreme noob question.
Hello all,
I have a problem..
I know this is probably a extremely retarded question..
but. I need a button to open another form.
For example.
---------------------------------------------------
i need a button on Form1
to open Form2
Im sorry for my extreme noobishness. form1.close or form1.hide
When i do
Form1.close
The whole thing closes ;/ ??
When FORM2 opens
I want FORM1 to close.
So just FORM2 will be showing. Instead of Both of them Closing.
And when i put in Form1.hide
Both FORM1 and FORM2 close. or (hide)
Thanks for the help people.
Sorry;(
its working..
im retarded ;(!
it works thanks!!
Not a problem, your not retarded, just learning. Was it the me.hide is > form1.hide issue?
No, i had it as
----------------
Form2.Show Me.Hide
----------------
Instead of
----------------------
Form2.Show
Me.Hide
----------------------