P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 29th, 2003 07:10 PM Post subject: Program Deletes itself |
|
|
This isn't mine. Mark Thesing made it but I thought it would be useful to have around. Here is an example :
| Code: | Private Sub Form_Unload(Cancel As Integer)
Call DeleteAPP
End Sub |
_________________ No one is completely useless. They can at least be an example of what to avoid. |
|