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.2.0 - Svago.frm

Svago.frm

Caricato da:
Scarica il programma completo

  1. Private Sub Command1_Click()
  2. Shell "C:\Windows\system32\sndvol32.exe"
  3. End Sub
  4.  
  5. Private Sub Command2_Click()
  6. Shell "C:\Windows\system32\sndrec32.exe"
  7. End Sub
  8.  
  9. Private Sub Command3_Click()
  10. Unload Me
  11. Inizio.Show 1
  12. End Sub
  13.  
  14. Private Sub Command4_Click()
  15. Shell "C:\Windows\system32\winchat.exe"
  16. End Sub