Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: OnKeyDown() ignored? Pin
Mark Salsbery13-Apr-07 12:22
Mark Salsbery13-Apr-07 12:22 
GeneralRe: OnKeyDown() ignored? Pin
aquawicket13-Apr-07 12:36
aquawicket13-Apr-07 12:36 
GeneralRe: OnKeyDown() ignored? Pin
Mark Salsbery13-Apr-07 12:41
Mark Salsbery13-Apr-07 12:41 
GeneralRe: OnKeyDown() ignored? Pin
aquawicket13-Apr-07 12:54
aquawicket13-Apr-07 12:54 
GeneralRe: OnKeyDown() ignored? Pin
aquawicket13-Apr-07 12:55
aquawicket13-Apr-07 12:55 
GeneralRe: OnKeyDown() ignored? Pin
aquawicket18-Apr-07 6:00
aquawicket18-Apr-07 6:00 
QuestionIs there any way to convert MFC application to C# app? Pin
oleg6313-Apr-07 12:12
professionaloleg6313-Apr-07 12:12 
AnswerRe: Is there any way to convert MFC application to C# app? Pin
Mark Salsbery13-Apr-07 12:39
Mark Salsbery13-Apr-07 12:39 
To go to C# would be a rewrite - different framework, different language.

C++/CLI is the only language that allows you to mix unmanaged code with managed code.
While this is powerful, it also adds to the complexity. Going back and forth between managed and
unmanaged code is tricky at first - there's a learning curve there.

If you want to hold on to your MFC-based codebase, and still take advantage of the rich .NET
framework, then C++/CLI is the only way to go. From my experience this works well.

My 2 cents.
Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

QuestionFirst Chance exception Pin
namratab13-Apr-07 11:10
namratab13-Apr-07 11:10 
AnswerRe: First Chance exception Pin
bob1697214-Apr-07 7:55
bob1697214-Apr-07 7:55 
QuestionDestructor Not Getting Called Pin
CoffeeAddict1913-Apr-07 11:09
CoffeeAddict1913-Apr-07 11:09 
QuestionRe: Destructor Not Getting Called Pin
Mark Salsbery13-Apr-07 11:23
Mark Salsbery13-Apr-07 11:23 
AnswerRe: Destructor Not Getting Called Pin
CoffeeAddict1913-Apr-07 11:32
CoffeeAddict1913-Apr-07 11:32 
GeneralRe: Destructor Not Getting Called Pin
Mark Salsbery13-Apr-07 11:36
Mark Salsbery13-Apr-07 11:36 
GeneralRe: Destructor Not Getting Called Pin
CoffeeAddict1913-Apr-07 11:48
CoffeeAddict1913-Apr-07 11:48 
GeneralRe: Destructor Not Getting Called Pin
Mark Salsbery13-Apr-07 12:10
Mark Salsbery13-Apr-07 12:10 
GeneralRe: Destructor Not Getting Called Pin
Mark Salsbery13-Apr-07 12:33
Mark Salsbery13-Apr-07 12:33 
AnswerRe: Destructor Not Getting Called Pin
John R. Shaw14-Apr-07 15:57
John R. Shaw14-Apr-07 15:57 
QuestionLogOff User from a Service running as System Pin
Gurkenscheibe13-Apr-07 10:44
Gurkenscheibe13-Apr-07 10:44 
Questionwhich one is parent? Pin
iayd13-Apr-07 9:02
iayd13-Apr-07 9:02 
AnswerRe: which one is parent? Pin
Wes Aday13-Apr-07 9:54
professionalWes Aday13-Apr-07 9:54 
QuestionRe: which one is parent? Pin
Maximilien13-Apr-07 9:56
Maximilien13-Apr-07 9:56 
AnswerRe: which one is parent? Pin
CPallini13-Apr-07 10:10
mveCPallini13-Apr-07 10:10 
AnswerRe: which one is parent? Pin
CPallini13-Apr-07 10:06
mveCPallini13-Apr-07 10:06 
AnswerRe: which one is parent? Pin
bob1697213-Apr-07 10:10
bob1697213-Apr-07 10:10 

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.