Skip to content

Instantly share code, notes, and snippets.

@idiom
Created June 20, 2015 04:35
Show Gist options
  • Save idiom/791748c86e972b0a4dc6 to your computer and use it in GitHub Desktop.
Save idiom/791748c86e972b0a4dc6 to your computer and use it in GitHub Desktop.
HelloWorld - VB.Net
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
@Saintlaw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment