Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: make single executable file in vs2008 (MFC) Pin
pasztorpisti9-Sep-12 21:26
pasztorpisti9-Sep-12 21:26 
GeneralRe: make single executable file in vs2008 (MFC) Pin
jawadali47710-Sep-12 17:17
jawadali47710-Sep-12 17:17 
AnswerRe: make single executable file in vs2008 (MFC) Pin
Stephen Hewitt3-Sep-12 16:51
Stephen Hewitt3-Sep-12 16:51 
AnswerRe: make single executable file in vs2008 (MFC) Pin
Richard MacCutchan3-Sep-12 22:22
mveRichard MacCutchan3-Sep-12 22:22 
GeneralRe: make single executable file in vs2008 (MFC) Pin
pasztorpisti4-Sep-12 1:29
pasztorpisti4-Sep-12 1:29 
GeneralRe: make single executable file in vs2008 (MFC) Pin
Richard MacCutchan4-Sep-12 5:42
mveRichard MacCutchan4-Sep-12 5:42 
AnswerRe: (SOLVED) make single executable file in vs2008 (MFC) Pin
Member 103867337-Nov-13 5:00
Member 103867337-Nov-13 5:00 
QuestionFile download from network drive Pin
Sunil P V2-Sep-12 22:22
Sunil P V2-Sep-12 22:22 
AnswerRe: File download from network drive Pin
Richard MacCutchan2-Sep-12 22:34
mveRichard MacCutchan2-Sep-12 22:34 
Questiondailog based application Pin
Member 93363302-Sep-12 21:08
Member 93363302-Sep-12 21:08 
AnswerRe: dailog based application Pin
Richard MacCutchan2-Sep-12 21:19
mveRichard MacCutchan2-Sep-12 21:19 
GeneralRe: dailog based application Pin
pasztorpisti2-Sep-12 21:22
pasztorpisti2-Sep-12 21:22 
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 

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.