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

C / C++ / MFC

 
GeneralRe: Close Open Windows with Escape-Key Pin
Blake Miller5-Aug-05 6:04
Blake Miller5-Aug-05 6:04 
QuestionHow to Do printing Activexcontol Pin
sjsankar3-Aug-05 21:37
sjsankar3-Aug-05 21:37 
GeneralObject oriented software metrics Pin
ilgale3-Aug-05 21:21
ilgale3-Aug-05 21:21 
QuestionThe Command Line paramters passed to other processes? Pin
Julien3-Aug-05 19:47
Julien3-Aug-05 19:47 
AnswerRe: The Command Line paramters passed to other processes? Pin
Garth J Lancaster3-Aug-05 21:24
professionalGarth J Lancaster3-Aug-05 21:24 
GeneralSample source code for TCP programming Pin
Member 21610043-Aug-05 19:37
Member 21610043-Aug-05 19:37 
GeneralRe: Sample source code for TCP programming Pin
Abebe3-Aug-05 20:23
Abebe3-Aug-05 20:23 
GeneralRe: Sample source code for TCP programming Pin
markkuk4-Aug-05 0:30
markkuk4-Aug-05 0:30 
GeneralRe: Sample source code for TCP programming Pin
Member 21610044-Aug-05 17:21
Member 21610044-Aug-05 17:21 
GeneralPlz help writing a program running background Pin
chiyinhk3-Aug-05 18:32
chiyinhk3-Aug-05 18:32 
GeneralRe: Plz help writing a program running background Pin
User 5838523-Aug-05 21:21
User 5838523-Aug-05 21:21 
GeneralPlz help call vb dll in vc++ Pin
ABDDGADSFSDFSFSF3-Aug-05 18:19
ABDDGADSFSDFSFSF3-Aug-05 18:19 
GeneralRe: Plz help call vb dll in vc++ Pin
Christian Graus3-Aug-05 19:21
protectorChristian Graus3-Aug-05 19:21 
GeneralRe: Plz help call vb dll in vc++ Pin
ABDDGADSFSDFSFSF3-Aug-05 19:35
ABDDGADSFSDFSFSF3-Aug-05 19:35 
GeneralRe: Plz help call vb dll in vc++ Pin
Christian Graus3-Aug-05 19:45
protectorChristian Graus3-Aug-05 19:45 
GeneralRe: Plz help call vb dll in vc++ Pin
Tom Archer3-Aug-05 20:13
Tom Archer3-Aug-05 20:13 
GeneralRe: Plz help call vb dll in vc++ Pin
Christian Graus3-Aug-05 20:17
protectorChristian Graus3-Aug-05 20:17 
GeneralRe: Plz help call vb dll in vc++ Pin
ABDDGADSFSDFSFSF3-Aug-05 20:53
ABDDGADSFSDFSFSF3-Aug-05 20:53 
GeneralRe: Plz help call vb dll in vc++ Pin
Christian Graus4-Aug-05 17:13
protectorChristian Graus4-Aug-05 17:13 
GeneralPlaying Sound with Managed C++ .NET Pin
allenmpcx3-Aug-05 14:24
allenmpcx3-Aug-05 14:24 
GeneralRe: Playing Sound with Managed C++ .NET Pin
Christian Graus3-Aug-05 14:38
protectorChristian Graus3-Aug-05 14:38 
GeneralRe: Playing Sound with Managed C++ .NET Pin
pcxboy3-Aug-05 14:40
pcxboy3-Aug-05 14:40 
GeneralRe: Playing Sound with Managed C++ .NET Pin
Christian Graus3-Aug-05 14:47
protectorChristian Graus3-Aug-05 14:47 
GeneralRe: Playing Sound with Managed C++ .NET Pin
allenmpcx3-Aug-05 14:52
allenmpcx3-Aug-05 14:52 
GeneralRe: Playing Sound with Managed C++ .NET Pin
Christian Graus3-Aug-05 14:58
protectorChristian Graus3-Aug-05 14:58 
allenmpcx wrote:
I was provided with Visual Studio .NET, and I wanted to make a forms application. Since I prefer C++ and I heard MFC was hard to understand, so I went the Managed C++ for my forms app.

Honestly, you're headed into hell. I love doing winforms in C#, much easier than MFC in C++, but MFC is not really hard, it's just that C# is easy. And doing winforms in MC++ is my personal vision of hell. But if you have a deep understanding of C++ already, and you don't know MFC, it may be a toss of the dice. It's certainly, definately, not going to be easier than using MFC though, and you end up with an app that requires the .NET framework. Why have that if you don't need to ?


Christian Graus - Microsoft MVP - C++

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.