Jan 19, 2001 #1 Fursten Programmer Dec 27, 2000 403 PT Hi, I have a MDIForm where I open some child forms. I want to close my MDIForm everytime I close the current child form... Any ideas? Thank you
Hi, I have a MDIForm where I open some child forms. I want to close my MDIForm everytime I close the current child form... Any ideas? Thank you
Jan 19, 2001 #2 edderic Programmer May 8, 1999 628 in the Child form : Dim Form As Form For Each Form In Forms Unload Form Set Form = Nothing Next Form Eric De Decker vbg.be@vbgroup.nl Licence And Copy Protection AxtiveX Source CodeBook for the programmer http://www.createsoftware2000.com Upvote 0 Downvote
in the Child form : Dim Form As Form For Each Form In Forms Unload Form Set Form = Nothing Next Form Eric De Decker vbg.be@vbgroup.nl Licence And Copy Protection AxtiveX Source CodeBook for the programmer http://www.createsoftware2000.com