i have a program in VB5 that uses MDI form.
if i press the exit button - it exits ok
but if i press the 'x' sign (close) then it stays in the task manager.
how do i fix this??
thanx
Printable View
i have a program in VB5 that uses MDI form.
if i press the exit button - it exits ok
but if i press the 'x' sign (close) then it stays in the task manager.
how do i fix this??
thanx
Try putting Set MyForm = Nothing in the Unload event. Sorry, but I don't have time to test it.
------------------
Marty