Click here to Skip to main content
15,914,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: resource .dll and MDI Pin
Ben D.23-Mar-05 2:00
Ben D.23-Mar-05 2:00 
GeneralUsing the Debug Window Pin
jerry1211a22-Mar-05 9:45
jerry1211a22-Mar-05 9:45 
GeneralRe: Using the Debug Window Pin
David Crow22-Mar-05 10:36
David Crow22-Mar-05 10:36 
GeneralRe: Using the Debug Window Pin
jerry1211a22-Mar-05 11:40
jerry1211a22-Mar-05 11:40 
GeneralRe: Using the Debug Window Pin
David Crow22-Mar-05 16:43
David Crow22-Mar-05 16:43 
GeneralStupid Questions on C++ .NET Pin
Anonymous22-Mar-05 8:44
Anonymous22-Mar-05 8:44 
GeneralRe: Stupid Questions on C++ .NET Pin
Chris Losinger22-Mar-05 11:07
professionalChris Losinger22-Mar-05 11:07 
GeneralRe: Stupid Questions on C++ .NET Pin
Andrew Walker22-Mar-05 13:56
Andrew Walker22-Mar-05 13:56 
Anonymous wrote:
Is there a MFC equivalent in .Net?

Yes and No.

MFC is still distributed with VC.NET2003 (depending on which edition you get), so MFC is an option, even if all it does is give you access to an improved compiler. As for the alternatives to MFC - Windows Forms is the .NET equivalent. To take a guess, you looked at the code and it looked to simple compared to what MFC provided. Doc/View SDI/MDI are now so simple to achieve that Microsoft don't worry about them in the fashion that they used to - no more wizards, no more chunks of code that are labelled 'DO NOT EDIT'. If you do need to emulate the MFC styles of interface it's not hard at all.

If you need large GUI's are you sure that you need to be writing them in C++? Microsoft now recommend that C# is an acceptable alternative in many cases and it simplifies the coding even further. If you need to access legacy code previously written in C++ you can wrap it in managed extensions or COM objects.



GeneralRe: Stupid Questions on C++ .NET Pin
Anonymous23-Mar-05 4:41
Anonymous23-Mar-05 4:41 
GeneralRe: Stupid Questions on C++ .NET Pin
Serge Krynine22-Mar-05 22:13
Serge Krynine22-Mar-05 22:13 
GeneralRe: Stupid Questions on C++ .NET Pin
Ravi Bhavnani23-Mar-05 2:45
professionalRavi Bhavnani23-Mar-05 2:45 
GeneralRe: Stupid Questions on C++ .NET Pin
Anonymous23-Mar-05 4:51
Anonymous23-Mar-05 4:51 
GeneralCannot allocate memory with malloc?! Pin
Dani10000122-Mar-05 8:25
Dani10000122-Mar-05 8:25 
GeneralRe: Cannot allocate memory with malloc?! Pin
Chris Losinger22-Mar-05 8:55
professionalChris Losinger22-Mar-05 8:55 
GeneralRe: Cannot allocate memory with malloc?! Pin
Dani10000122-Mar-05 9:53
Dani10000122-Mar-05 9:53 
GeneralRe: Cannot allocate memory with malloc?! Pin
toxcct22-Mar-05 21:19
toxcct22-Mar-05 21:19 
GeneralNeed help to get started on it Pin
Tahito22-Mar-05 7:53
Tahito22-Mar-05 7:53 
GeneralRe: Need help to get started on it Pin
Christian Graus22-Mar-05 14:15
protectorChristian Graus22-Mar-05 14:15 
GeneralRe: Need help to get started on it Pin
Tahito23-Mar-05 2:07
Tahito23-Mar-05 2:07 
GeneralQuery builder Pin
WildWildWind22-Mar-05 7:00
WildWildWind22-Mar-05 7:00 
GeneralQuestion About Mobile App Pin
Leyu22-Mar-05 6:21
Leyu22-Mar-05 6:21 
GeneralRe: Question About Mobile App Pin
toxcct22-Mar-05 21:12
toxcct22-Mar-05 21:12 
QuestionCan we displaying a form as a dialog? Pin
Santanu Lahiri22-Mar-05 6:05
Santanu Lahiri22-Mar-05 6:05 
AnswerRe: Can we displaying a form as a dialog? Pin
Ravi Bhavnani23-Mar-05 2:49
professionalRavi Bhavnani23-Mar-05 2:49 
GeneralSysTray Icon Pin
Menny Even Danan22-Mar-05 5:58
Menny Even Danan22-Mar-05 5:58 

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.