Use either Win32 Console Application for a DOS style console project or use MFC AppWizard (exe) for a Windows gui project...in the later you can choose to create a dialog based project, Single Document Interface (SDI) - those are the 2 most common - , or a Multiple Document Interface (MDI). You should go through the MSDN Help for more information on the types of MFC projects.
|