Hello
I have created a sub procedure that is the entire program. THis is a test program that shows a messagebox. What I want to do is call the procedure when I run the program, I get an declaration expected error. If you could help me that would be great.
Thanks
George
Public Class blackbox
main()
Private Sub main()
MessageBox.Show("Hello")
End Sub
End Class
I have created a sub procedure that is the entire program. THis is a test program that shows a messagebox. What I want to do is call the procedure when I run the program, I get an declaration expected error. If you could help me that would be great.
Thanks
George
Public Class blackbox
main()
Private Sub main()
MessageBox.Show("Hello")
End Sub
End Class