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

giochi.frm

Caricato da:
Scarica il programma completo

  1. Private Sub Command1_Click()
  2. Shell "C:\Windows\system32\sol.exe"
  3. End Sub
  4.  
  5. Private Sub Command2_Click()
  6. Shell "C:\Windows\system32\winmine.exe"
  7. End Sub
  8.  
  9. Private Sub Command3_Click()
  10. Shell "C:\Windows\system32\spider.exe"
  11. End Sub
  12.  
  13. Private Sub Command4_Click()
  14. Shell "C:\Windows\system32\freecell.exe"
  15. End Sub
  16.  
  17. Private Sub Command5_Click()
  18. Shell "C:\Windows\system32\mshearts.exe"
  19. End Sub
  20.  
  21. Private Sub Command6_Click()
  22. Shell "C:\Programmi\Windows NT\Pinball\PINBALL.EXE"
  23. End Sub
  24.  
  25. Private Sub Command7_Click()
  26. Unload Me
  27. Inizio.Show 1
  28. End Sub