Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dailog based application Pin
Richard MacCutchan2-Sep-12 22:32
mveRichard MacCutchan2-Sep-12 22:32 
AnswerRe: dailog based application Pin
Stefan_Lang5-Sep-12 2:14
Stefan_Lang5-Sep-12 2:14 
MS offers free versions of its developer IDE, "VisualStudio" called "Visual Studio Express". It comes with tutorials and Application wizards that help you create a simple dialog based application with just a few mouse clicks.

Note that you can get other free developer suites from different vendors; I suggested VisualStudio because you asked about MFC. Other vendors may not offer much help about MFC.

Also note that you shouldn't invest a lot of time in learning MFC unless you have to. It's antiquated, has some horrible artifacts in its API that should have been fixed 15 years ago, and it's long been replaced with .NET, and now Metro. There are also other libraries with the same functionality as MFC or .NET, some of them free.
Question[MFC mouseclick on image] Pin
hosiduy2-Sep-12 20:44
hosiduy2-Sep-12 20:44 
AnswerRe: [MFC mouseclick on image] Pin
Richard MacCutchan2-Sep-12 21:17
mveRichard MacCutchan2-Sep-12 21:17 
GeneralRe: [MFC mouseclick on image] Pin
pasztorpisti2-Sep-12 21:20
pasztorpisti2-Sep-12 21:20 
GeneralRe: [MFC mouseclick on image] Pin
Richard MacCutchan2-Sep-12 22:30
mveRichard MacCutchan2-Sep-12 22:30 
AnswerRe: [MFC mouseclick on image] Pin
pasztorpisti2-Sep-12 21:17
pasztorpisti2-Sep-12 21:17 
Questionthis is question please give me the logic as early as possible Pin
naveen sai2-Sep-12 20:16
naveen sai2-Sep-12 20:16 
AnswerRe: this is question please give me the logic as early as possible Pin
Richard MacCutchan2-Sep-12 21:15
mveRichard MacCutchan2-Sep-12 21:15 
QuestionOverlapped I/O Pin
Rahul from Poona2-Sep-12 3:30
Rahul from Poona2-Sep-12 3:30 
AnswerRe: Overlapped I/O Pin
Richard MacCutchan2-Sep-12 4:16
mveRichard MacCutchan2-Sep-12 4:16 
QuestionWhat is winRT Pin
vishalgpt2-Sep-12 2:38
vishalgpt2-Sep-12 2:38 
AnswerRe: What is winRT Pin
Richard MacCutchan2-Sep-12 4:15
mveRichard MacCutchan2-Sep-12 4:15 
QuestionHow to play a video using data in buffer or Stream? Pin
Le@rner31-Aug-12 20:58
Le@rner31-Aug-12 20:58 
AnswerRe: How to play a video using data in buffer or Stream? Pin
Richard MacCutchan1-Sep-12 2:32
mveRichard MacCutchan1-Sep-12 2:32 
QuestionHelp GWLP_USERDATA Pin
vishalgpt31-Aug-12 7:44
vishalgpt31-Aug-12 7:44 
AnswerRe: Help GWLP_USERDATA Pin
pasztorpisti31-Aug-12 9:39
pasztorpisti31-Aug-12 9:39 
AnswerRe: Help GWLP_USERDATA Pin
Richard MacCutchan31-Aug-12 20:55
mveRichard MacCutchan31-Aug-12 20:55 
QuestionCommon controls and manifests Pin
David Crow31-Aug-12 5:46
David Crow31-Aug-12 5:46 
AnswerRe: Common controls and manifests Pin
Jochen Arndt31-Aug-12 6:22
professionalJochen Arndt31-Aug-12 6:22 
GeneralRe: Common controls and manifests Pin
David Crow31-Aug-12 6:54
David Crow31-Aug-12 6:54 
GeneralRe: Common controls and manifests Pin
Jochen Arndt1-Sep-12 1:22
professionalJochen Arndt1-Sep-12 1:22 
GeneralRe: Common controls and manifests Pin
David Crow1-Sep-12 6:43
David Crow1-Sep-12 6:43 
GeneralRe: Common controls and manifests Pin
Jochen Arndt1-Sep-12 21:18
professionalJochen Arndt1-Sep-12 21:18 
QuestionMove the slider to the position where user clicked the mouse. Pin
mbatra3130-Aug-12 22:53
mbatra3130-Aug-12 22:53 

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.