Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
End Class
This code means when you click 'button1' it will show a messagebox with this text .MessageBox.Show("Hello this is my first program !")
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MessageBox.Show("Hello this is my first program !","First Title")
End Sub
End Class
Wow, thanks really nice of you guys.The Elite said:This thread has been verified to be a quality thread and has been moved back into the rightful forum section.
Please contact Management if this was wrongfully done.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?