mfc >> MFC examples

by Peppe » Sun, 19 Mar 2006 21:28:52 GMT

Hi
Where can i find some MFC examples? Especially to understand the Cdoc
and Cview usage.
Something like a text editor or something like that

thanks


mfc >> MFC examples

by Ajay Kalra » Sun, 19 Mar 2006 21:38:41 GMT






Look at SCRIBBLE example that ships with MSDN. There are other examples such
WORDPAD which will be helpful as well. Other relevant sites include codeguru
and codeproject.





mfc >> MFC examples

by saywhat » Sun, 19 Mar 2006 22:49:37 GMT





Go to www.functionx.com and buy their ebook
for mfc. It wasn't great for controls and such (but helpful nevertheless)
but it has a good discussion of doc/view and device contexts.

HTH





MFC examples

by pvdg42 » Sun, 19 Mar 2006 23:13:37 GMT





There are numerous examples here:

http://www.codeproject.com/cpp/


--
Peter [MVP Visual Developer]
Jack of all trades, master of none.






MFC examples

by Vipin [MVP] » Mon, 20 Mar 2006 02:36:40 GMT

I am working on some screen-recording tutorials, I plan to do it in couple
of
days after I get a good quality microphone from store. If you check my
website in
couple of days time, you should be able to see the tutorials. if you have
any particular topic
which you want me to walkthrough in the Visual Studio Wizard using my screen
recorder,
do send me the topic to me at XXXX@XXXXX.COM [ replace nospam with
hotmail]

--
Vipin Aravind
http://www.explorewindows.com








MFC examples

by Sgt. York » Mon, 20 Mar 2006 04:21:13 GMT




To this day, I still refer to a worn-out, decrepid old copy of Prosise's
"Programming Windows 95 with MFC" that I picked up at a used bookstore
for 2 bucks some years ago. He does a great job cutting through the
wizards down to the bone of what MFC is all about, most of which still
applies in today's version.

-York


MFC examples

by Tom Serface » Mon, 20 Mar 2006 23:47:29 GMT

www.codeguru.com

Tom







Similar Threads

1. CHTMLView MFC Example?

2. Viewex MFC example flickering

3. MFC, example

4. Flash activeX MFC example - R3

I'm wondering is there a way to use the flash player activeX included in R3 in
a mfc dialog based program?


Thanks,
Thomas

5. Seek for example of ActiveX containner write with C++ (without using MFC)

6. Examples of using WM_COPYDATA or Sockets between C# and MFC

Hi,

I have a server application (MFC) which communicates through the serial 
port.
I need to have a graphical user interface, in c#, which needs to communicate 
with the server. At present the user interface is a very dull MFC dialog app 
which communicates with the server via WM_COPYDATA.
How easy is it to write a new user interface in C# and communicate with the 
server using WM_COPYDATA ?
We have a load of messages defined in C++ which needs to shipped between the 
C# and the MFC components.

Would using sockets be more appropiate, easier ??

Thanks in advance !! 


7. Gdi+ (Mfc) & Scrolling - any pointers to examples please

8. WinForms in MFC - Microsoft's Example