Examples and codes to deal with Api functions
Checking whether your program is running
Private Sub Form_Load()
'// Not the best way to check
'// Better to use the FindWindow API
If App.PrevInstance = True Then
MsgBox ("This program is already running.")
End
End If
End Sub
Interpreter and redeployed from vb4arb
0 التعليقات:
إرسال تعليق