Click here to Skip to main content
15,888,098 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
cariolihome23-Jan-10 12:20
cariolihome23-Jan-10 12:20 
AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
krmed24-Jan-10 3:49
krmed24-Jan-10 3:49 
AnswerRe: SW_SHOWMAXIMIZED NOT WORKING Pin
Nelek24-Jan-10 20:59
protectorNelek24-Jan-10 20:59 
QuestionCommon Example Pin
hellogany22-Jan-10 18:57
hellogany22-Jan-10 18:57 
AnswerRe: Common Example Pin
«_Superman_»22-Jan-10 19:12
professional«_Superman_»22-Jan-10 19:12 
AnswerRe: Common Example Pin
Richard MacCutchan22-Jan-10 22:19
mveRichard MacCutchan22-Jan-10 22:19 
QuestionMFC vs C++/CLI Pin
2buck5622-Jan-10 12:20
2buck5622-Jan-10 12:20 
AnswerRe: MFC vs C++/CLI Pin
«_Superman_»22-Jan-10 15:54
professional«_Superman_»22-Jan-10 15:54 
Using C++/CLI has the side effect of the .Net framework becoming a dependency, which will then need to be redistributed and installed on every PC.

The learning curve is not so much, especially for C++/CLI.
But I recommend you understand how the .Net garbage collector works so that you can write programs that run efficiently.
But you will have the extra overhead of doing an interop with unmanaged code especially the USB part.

The reasons for the change do not look convincing to me for a shift from unmanaged to managed.
This is because dialogs in Windows look the same irrespective of the language used to develop it.
Like you said you may need to do a little extra work with MFC.

You should look at the MFC feature pack which brings cool looking UI programming capability to MFC.
It can be downloaded here - Visual C++ 2008 Feature Pack Release[^]

Here are a few articles to get you started -
MFC Feature Pack Tutorial – Part 1 – Getting started[^]
MFC Feature Pack: An Introduction[^]
MFC Feature Pack for VS 2008 and 2010[^]

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

AnswerRe: MFC vs C++/CLI Pin
Richard Andrew x6422-Jan-10 15:55
professionalRichard Andrew x6422-Jan-10 15:55 
GeneralRe: MFC vs C++/CLI Pin
2buck5622-Jan-10 17:43
2buck5622-Jan-10 17:43 
QuestionGetting Access Denied on copying files Pin
Sebastien Mongrain22-Jan-10 10:59
Sebastien Mongrain22-Jan-10 10:59 
AnswerRe: Getting Access Denied on copying files Pin
«_Superman_»22-Jan-10 16:14
professional«_Superman_»22-Jan-10 16:14 
QuestionProblem related to intrumentation of c++ code Pin
ankushdadhwal22-Jan-10 6:08
ankushdadhwal22-Jan-10 6:08 
AnswerRe: Problem related to intrumentation of c++ code Pin
loyal ginger22-Jan-10 6:20
loyal ginger22-Jan-10 6:20 
AnswerRe: Problem related to intrumentation of c++ code Pin
Avi Berger22-Jan-10 6:27
Avi Berger22-Jan-10 6:27 
AnswerRe: Problem related to intrumentation of c++ code Pin
«_Superman_»22-Jan-10 16:19
professional«_Superman_»22-Jan-10 16:19 
QuestionDisable mosue movement when user entering data in an edit box Pin
kishoresajja22-Jan-10 5:18
kishoresajja22-Jan-10 5:18 
QuestionRe: Disable mosue movement when user entering data in an edit box Pin
Maximilien22-Jan-10 5:41
Maximilien22-Jan-10 5:41 
AnswerRe: Disable mosue movement when user entering data in an edit box Pin
kishoresajja22-Jan-10 5:50
kishoresajja22-Jan-10 5:50 
GeneralRe: Disable mosue movement when user entering data in an edit box Pin
Richard MacCutchan22-Jan-10 6:14
mveRichard MacCutchan22-Jan-10 6:14 
AnswerRe: Disable mosue movement when user entering data in an edit box [modified] Pin
Avi Berger22-Jan-10 6:15
Avi Berger22-Jan-10 6:15 
GeneralRe: Disable mosue movement when user entering data in an edit box Pin
Maximilien22-Jan-10 7:13
Maximilien22-Jan-10 7:13 
AnswerRe: Disable mosue movement when user entering data in an edit box Pin
Avi Berger22-Jan-10 5:48
Avi Berger22-Jan-10 5:48 
QuestionChange the working directory for a MFC application Pin
nenfa22-Jan-10 3:27
nenfa22-Jan-10 3:27 
AnswerRe: Change the working directory for a MFC application Pin
Nuri Ismail22-Jan-10 3:51
Nuri Ismail22-Jan-10 3:51 

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.