Start from a main routine: Difference between revisions

m
indentation fixes
m (indentation fixes)
Line 14:
 
<lang gambas>PUBLIC SUB Main()
' This is the start of the program
END</lang>
 
* Right click the MMain module, then select Startup class from the context menu
Line 28:
 
<lang vb>SUB Main ()
' This is the start of the program
END</lang>
 
* From the menu in the application development environment, choose: File, Project Options.