Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UNICODE, MultiByte, and UI's Pin
krmed22-Feb-08 0:40
krmed22-Feb-08 0:40 
QuestionAdvise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 8:30
alanteigne21-Feb-08 8:30 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
TheGreatAndPowerfulOz21-Feb-08 8:33
TheGreatAndPowerfulOz21-Feb-08 8:33 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 8:42
alanteigne21-Feb-08 8:42 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
TheGreatAndPowerfulOz21-Feb-08 8:47
TheGreatAndPowerfulOz21-Feb-08 8:47 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 9:05
alanteigne21-Feb-08 9:05 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 9:22
alanteigne21-Feb-08 9:22 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
Ali Rafiee21-Feb-08 9:45
Ali Rafiee21-Feb-08 9:45 
You have two options with MFC. You can create a dialog based application or a SDI/MDI application using CFormView.

A dialog based application generally does not have a menu or toolbar. What you get is a dialog box (WinForm in the .Net world), that you can drag and drop your controls into and then write the code behind it to do what you want.

If you want menus and toolbar, then I would go with either an MDI or SDI application. This is more like windows notepad and Visual Studio. Visual Studio is an MDI (multi-document application) and SDI is like notepade (single document interface).

When creating a SDI/MDI applicaiton, the last page of the application wizard lets you choose what type of view you want. If you want to be able to display some control, like buttons, lables, edit control...., you would want to change the view class from CView to CFormView.

Let me also add that jumping into something like this without doing some homework could turnout to be somewhat overwhelming.

Good luck,

AliR.
Visual C++ MVP

GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 10:55
alanteigne21-Feb-08 10:55 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
jhwurmbach21-Feb-08 23:23
jhwurmbach21-Feb-08 23:23 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
Moak22-Feb-08 7:03
Moak22-Feb-08 7:03 
GeneralAbout DoModal failing [modified] Pin
Fernando A. Gomez F.21-Feb-08 6:22
Fernando A. Gomez F.21-Feb-08 6:22 
QuestionRe: About DoModal failing Pin
David Crow21-Feb-08 6:30
David Crow21-Feb-08 6:30 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 6:59
Fernando A. Gomez F.21-Feb-08 6:59 
QuestionRe: About DoModal failing Pin
David Crow21-Feb-08 7:05
David Crow21-Feb-08 7:05 
GeneralRe: About DoModal failing Pin
Mark Salsbery21-Feb-08 7:04
Mark Salsbery21-Feb-08 7:04 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 7:10
Fernando A. Gomez F.21-Feb-08 7:10 
GeneralRe: About DoModal failing Pin
Mark Salsbery21-Feb-08 7:17
Mark Salsbery21-Feb-08 7:17 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 10:57
Fernando A. Gomez F.21-Feb-08 10:57 
GeneralRe: About DoModal failing Pin
James R. Twine21-Feb-08 7:22
James R. Twine21-Feb-08 7:22 
GeneralRe: About DoModal failing Pin
David Crow21-Feb-08 7:43
David Crow21-Feb-08 7:43 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 8:00
Fernando A. Gomez F.21-Feb-08 8:00 
GeneralRe: About DoModal failing Pin
Ali Rafiee21-Feb-08 9:47
Ali Rafiee21-Feb-08 9:47 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 10:00
Fernando A. Gomez F.21-Feb-08 10:00 
QuestionWhat is the difference between Visual C++ 2008 free download version and paid persion? Pin
Anthony Appleyard21-Feb-08 5:57
Anthony Appleyard21-Feb-08 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.