H
HardySpicer
I have my main form and say a second form Form2.vb
I define
dim f2 as new Form2 (or whatever the namespace is)
then have a button on Form 1 which has
f2.open()
and a button on Form2
me.close() (or me.hide() )
trouble us that if somebody exits by hitting the cross at the top
right of the window (ie the standard window button for terminating a
form) then I get an error when I try and re-open the form. What is the
solution to this one?
thanks
H.
I define
dim f2 as new Form2 (or whatever the namespace is)
then have a button on Form 1 which has
f2.open()
and a button on Form2
me.close() (or me.hide() )
trouble us that if somebody exits by hitting the cross at the top
right of the window (ie the standard window button for terminating a
form) then I get an error when I try and re-open the form. What is the
solution to this one?
thanks
H.