Using VC++ with MFC
Using VC++ with MFC
(OP)
hi,
does anyone have the tutorial on how to use the MFC in VC++ to create an application like notepad.
I have able to create the interface using wizards, but its not working because there is something that i haven't specified explicitly. Does anyone can help me creating a notepad using the VC++?
does anyone have the tutorial on how to use the MFC in VC++ to create an application like notepad.
I have able to create the interface using wizards, but its not working because there is something that i haven't specified explicitly. Does anyone can help me creating a notepad using the VC++?
RE: Using VC++ with MFC
http://msdn.microsoft.com/library/default.asp?URL=/library/devprods/vs6/visualc/vcsample/_sample_mfc_superpad.htm
RE: Using VC++ with MFC
I have found the following 2 websites to be a great help in learning the MFC concepts:
http://cplus.about.com/compute/cplus/gi/dynamic/offsite.htm?site=http%3A%2F%2Fdevcentral.iftech.com%2Flearning%2Ftutorials%2Fmfc-win32%2Fvc6mfc%2F
http://www.functionx.com/visualc
I have been working with C WinAPI for the longest time and never touched VC++ MFC because I kept hearing how "hard" it was to learn - as it turns out - MFC seems to be a lot less work and I am having no problems understanding it after using C WinAPI for so long!
Rob Marriott
robert_a_marriott@yahoo.com
Hire me! Full-time, contract, whatever...shhh don't let my current employer know I said that.
RE: Using VC++ with MFC
You can now add funtionalities to all menu options.
Hope this helps!
Sriks