What is the win-based application developing with C# equivalence of startup module we had in vb6.0? a static class ? or what?
What is the win-based application developing with C# equivalence of startup module we had
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the properties page under “Application” there is a setting called “Startup object” which can be used to set the object with a static method named Main that will be called. This is a simple UI on the C# compiler’s /main switch.