Thursday, 8 August 2013

.NET C# main method and windows forms

.NET C# main method and windows forms

I have a Visual Studio project that uses C# and it is probably a Console
Application. When I try to run/Build/Debug the Project it look's for the
Main method in an existing class. I have added a Windows form on that
Project and I want it to run in the Windows Form version and not in the
command line (expecting arguments). Can you tell me how to edit the run
time of the project to look for the Windows Forms instead of the static
void main()?

No comments:

Post a Comment