I want to develop an app for windows that will end up being an exe file and have an installation process. However, I dont know where to start or which steps to follow. What is the best language to use and how do I endup having an exe file ?
Share
Probably your easiest approach is to download MS Visual Studio Express for C#. If you want a GUI app then use the WinForms framework.