Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
alanteigne wrote:
How should I go about creating a Form based GUI app for my circumstances?


You can't.
Its that simple. Forms are .NET. Period.

To create an unmanaged GUI, you need a different Framework than Windows Forms.
MFC was mentioned, WTL is also an option.
Also, you could try using other frameworks:
wxWidgets[^]
Qt[^]
come to mind.

Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

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 
AnswerRe: What is the difference between Visual C++ 2008 free download version and paid persion? Pin
David Crow21-Feb-08 6:25
David Crow21-Feb-08 6:25 
AnswerRe: What is the difference between Visual C++ 2008 free download version and paid persion? Pin
Stephen Lowe21-Feb-08 7:48
Stephen Lowe21-Feb-08 7:48 

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.