Created
June 20, 2015 04:35
-
-
Save idiom/791748c86e972b0a4dc6 to your computer and use it in GitHub Desktop.
HelloWorld - VB.Net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imports System | |
Public Module modmain | |
Sub Main() | |
Try | |
Console.WriteLine ("Hello World using Visual Basic!") | |
Catch e As Exception | |
Throw e | |
End Try | |
End Sub | |
End Module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please am really having a problem with my textbox i want it to only accept a digit not string how can i code the textbox for me to achieve this task