Yes it's in VS 2005. I set it up as an empty C# project. I read somewhere that it'll always appear if it isn't a Windows application, but surely you can change that with some code?
You've created a Console project. It's useful for really minimal UI while your coding. Say you're not interested in presentation but are interested in a few stats or results, or you want a list of results easily written out for a test harness.
If you want to work with Windows Forms just make a Windows project and it will place a Form in your project and hook up the code to instantiate it etc. You can go from there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.