quote:
Originally posted by conless
NM all. I found I way to fix it. thx anyways.
Although you found away of doing it heres some other things.
code:
Private Sub Form_Unload(Cancel as Integer)
End 'Closes program from Memory
End Sub
Private Sub Form_Unload(Cancel as Integer)
Cancel = 1 'Doesn't allow user to close application
End Sub