Cancel button closure - to hide the program from the administration to task - Tkarchgal cancel your program at the same time visual basic codes
Cancel button closure
Private Sub Form_Unload(Cancel As Integer)
Cancel = 1
End Sub
hide the program from the administration to task
Private Sub Form_Load()
App.TaskVisible = False
End Sub
Tkarchgal cancel your program at the same time
Private Sub Form_Load()
If App.PrevInstance Then Unload Me
End Sub
Interpreter and redeployed from vb4arb
0 التعليقات:
إرسال تعليق