Start from a main routine: Difference between revisions

m
m ({{header|AWK}})
Line 32:
In Visual Basic to make an application startup from a main routine:
 
* Create a new module (This will be called Module1MMain.bas by default, but this can be renamed, if desired.)
 
* Create a new subroutine in the new module as follows:
Line 42:
* From the menu in the application development environment, choose: File, Project Options.
 
* Ensure that Module1MMain.bas is selected, by clicking in the list
 
* From the pulldown list, choose "Sub Main"