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
Il Miliardario - Form2.frm

Form2.frm

Caricato da: Ruggy94
Scarica il programma completo

  1. Private Sub dif_Click()
  2. Me.Visible = False
  3. Form1.Visible = True
  4. Form1.Label1.Caption = "Difficile"
  5. End Sub
  6.  
  7. Private Sub fac_Click()
  8. Me.Visible = False
  9. Form1.Visible = True
  10. Form1.Label1.Caption = "Facile"
  11. End Sub
  12.  
  13. Private Sub nor_Click()
  14. Me.Visible = False
  15. Form1.Visible = True
  16. Form1.Label1.Caption = "Normale"
  17. End Sub