Cannot change startup from Form to Sub Main
Windows Form App
Application Framework is not checked.
Only forms are listed under startup object
I have MainProc.vb in a folder under the project
I've updated VS and restarted it without any luck
Googled for this and everything I found says this should work
Any suggestions?
Auguy
Sylvania/Toledo Ohio
Windows Form App
Application Framework is not checked.
Only forms are listed under startup object
Code:
Module MainProc
...
Public Sub Main()
' Do stuff here before launching main form
End Sub
End Module
I've updated VS and restarted it without any luck
Googled for this and everything I found says this should work
Any suggestions?
Auguy
Sylvania/Toledo Ohio