Vb Decompiler 11.5
Private Sub Command1_Click() ' Procedure Signature: Event handler Dim var_EC As Variant var_EC = Text1.Text & "Hello " Call MsgBox(var_EC, 0, "Information") End Sub
Ouvrage de Vocabulaire en français langue étrangère (FLE) dans la collection Progressive destiné aux grands adolescents et adultes, niveau perfectionnement (C1/C2).
Private Sub Command1_Click() ' Procedure Signature: Event handler Dim var_EC As Variant var_EC = Text1.Text & "Hello " Call MsgBox(var_EC, 0, "Information") End Sub
Private Sub Command1_Click() ' Procedure Signature: Event handler Dim var_EC As Variant var_EC = Text1.Text & "Hello " Call MsgBox(var_EC, 0, "Information") End Sub