Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

visual basic code syntax

Module mainModule
    Sub Main()
        MsgBox("The Main procedure is starting the application.")
        ' Insert call to appropriate starting place in your code.
        MsgBox("The application is terminating.")
    End Sub
End Module
Source by www.linux.org #
 
PREVIOUS NEXT
Tagged: #visual #basic #code #syntax
ADD COMMENT
Topic
Name
4+8 =