Originally Posted by
4U
Private Sub mnu2Exit_Click()
Â* Â* Â*Unload Me
End Sub
__________________________________________________ ___________________________
Problem: After execution, the whole application will hang or pause. Please give me a solution ASAP?
B w8ting... Tnx daan!
mo-hang ni cya if you have other forms (especially child forms) nga still open/loaded...especially kanang mga hidden nga mga form...meaning, wala ma issue ang unload statement ana sa other forms...the quickest solution to this is to put an END command after the "Unload Me" statement...the longer, cleaner way is to insure that all loaded forms (hidden or not, child or not) have to be unloaded first..this way, you cannot introduce memory leaks on your application..
hope this helps..