G
gjnave
Guest
Lately (it didn't seem to do this before), when i try to open a form from within a form and then close the original form, both forms close and the program shuts down.
Is this a glitch in .Net?
here's the code using two forms (startForm and goForm)
(StartForm)
dim gForm as new goForm
gForm.show
me.close
**
At which point both forms crash. Am I missing something stupid?
thanks
Is this a glitch in .Net?
here's the code using two forms (startForm and goForm)
(StartForm)
dim gForm as new goForm
gForm.show
me.close
**
At which point both forms crash. Am I missing something stupid?
thanks