P
perceval
hi
Why i can't have "hello" in my other sub ..??? the _load is "public "
!!
Public sub menu_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim myString as string = "hello"
end Sub
Private Sub PictureBox4_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles PictureBox4.Click
label1.text = myString
End Sub
Why i can't have "hello" in my other sub ..??? the _load is "public "
!!
Public sub menu_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim myString as string = "hello"
end Sub
Private Sub PictureBox4_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles PictureBox4.Click
label1.text = myString
End Sub