PDA

Click to See Complete Forum and Search --> : program doesn't close properly


Nev
Jan 6th, 2000, 02:36 AM
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

MartinLiss
Jan 6th, 2000, 04:20 AM
Try putting Set MyForm = Nothing in the Unload event. Sorry, but I don't have time to test it.

------------------
Marty