codice:
    Private Sub Button1_Click() Handles Button1.Click
        Form2.Label1.Text = "ciao!"
    End Sub