Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
cd player - Form2.frm

Form2.frm

Caricato da: Albertking82
Scarica il programma completo

  1. Option Explicit
  2.  
  3. Private Sub Command1_Click()
  4. MsgBox "Program created by Albert King 82!!!" & vbCrLf & "Microsoft Visual basic 6" & vbCrLf & "Version 1.1 26\04\2006", vbInformation, "Creator"
  5. End
  6. End Sub
  7.  
  8. Private Sub Command2_Click()
  9. Form1.Enabled = True
  10. Unload Me
  11. End Sub
  12.  
  13. Private Sub Command3_Click()
  14. Form1.Enabled = True
  15. Unload Me
  16. End Sub
  17.  
  18. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
  19. Form1.Enabled = True
  20. Unload Me
  21.  
  22. End Sub