Do console apps have a load event?

  • Thread starter Thread starter sally
  • Start date Start date
S

sally

I'm unfamiliar with console apps.
Can i have a Load event in it like you can for web and
windows project templates.

thank you.
 
Even though there is not a load event in a console app, just create a
Load method and call that as the first inside main. That should work
just as well.
 

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

Back
Top