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 - Utility.frm

Utility.frm

Caricato da:
Scarica il programma completo

  1. Private Sub Command1_Click()
  2. Shell "C:\Programmi\Windows NT\Accessori\wordpad.exe"
  3. End Sub
  4.  
  5. Private Sub Command2_Click()
  6. Shell "C:\Programmi\Outlook Express\wab.exe"
  7. End Sub
  8.  
  9. Private Sub Command3_Click()
  10. Shell "C:\Windows\system32\notepad.exe"
  11. End Sub
  12.  
  13. Private Sub Command4_Click()
  14. Shell "C:\Windows\system32\calc.exe"
  15. End Sub
  16.  
  17. Private Sub Command5_Click()
  18. Shell "C:\Windows\system32\mspaint.exe"
  19. End Sub
  20.  
  21. Private Sub Command6_Click()
  22. Shell "C:\Programmi\Outlook Express\msimn.exe"
  23. End Sub
  24.  
  25. Private Sub Command7_Click()
  26. Shell "C:\Windows\system32\rcimlby.exe"
  27. End Sub
  28.  
  29. Private Sub Command8_Click()
  30. Shell "C:\Windows\explorer.exe"
  31. End Sub
  32.  
  33. Private Sub Command9_Click()
  34. Unload Me
  35. Inizio.Show 1
  36. End Sub