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
Control Windows Center v.1.0 - Acc_Facc.frm

Acc_Facc.frm

Caricato da:
Scarica il programma completo

  1. Private Sub Command1_Click()
  2. Shell "C:\Windows\system32\accwiz.exe"
  3. End Sub
  4.  
  5. Private Sub Command2_Click()
  6. Shell "C:\Windows\system32\magnify.exe"
  7. End Sub
  8.  
  9. Private Sub Command3_Click()
  10. Shell "C:\Windows\system32\osk.exe"
  11. End Sub
  12.  
  13. Private Sub Command4_Click()
  14. Shell "C:\Windows\system32\utilman.exe"
  15. End Sub
  16.  
  17. Private Sub Command5_Click()
  18. Unload Me
  19. Inizio.Show 1
  20. End Sub