Hi, if you are using visual studio as you IDE, what you are looking for is:
- In the Solution Explorer, Right click on the project file (not the solution file)
- Properties
- Application tab (if you aren't there by default)
- Find the dropdown marked "Output type:"
- Change the selection from "Console Application" to "Windows Application"
- Save and run.
That should sort you out :)