Hi
Always when close my application and after open again the application in task manager I tried code below, but no worked
When open app show meCode:Private Sub Form_Unload(Cancel As Integer) Dim objCtrl As Control Dim objForm As Form For Each objForm In Forms If objForm.hwnd <> Me.hwnd Then Unload objForm Set objForm = Nothing End If Next objForm Unload Me Exit Sub End Sub
![]()




Reply With Quote
