Program and Sub Main

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi all

Would anyone help me with the following?

Does every vb program need a sub Main to run? If I create a project with one
single form, Form1, and make it the startup form, does VS generate its sub
Main? When IThe VS code editor does not seem to include it. Is the sub main
of my project hidden?

Thanks,

Sam
 
Is the sub main of my project hidden?

No, but it can be generated by the compiler.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Shared Sub Main 10
Sub Main Not Found 2
Sub Main 2
Sub Main() refusing to work 16
How to make a splash from is sub main? 1
Sub main() program start problem 8
Default XP Theme support? 7
Sub main & application run 4

Back
Top