From: Peppe on 19 Mar 2006 08:28 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
From: Ajay Kalra on 19 Mar 2006 08:38 "Peppe" <bacia(a)melo.it> wrote in message news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it... > 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 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. -- Ajay Kalra [MVP - VC++] ajaykalra(a)yahoo.com
From: saywhat on 19 Mar 2006 09:49 "Peppe" <bacia(a)melo.it> wrote in message news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it... > 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 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
From: pvdg42 on 19 Mar 2006 10:13 "Peppe" <bacia(a)melo.it> wrote in message news:441d5c92$0$18300$4fafbaef(a)reader1.news.tin.it... > 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 There are numerous examples here: http://www.codeproject.com/cpp/ -- Peter [MVP Visual Developer] Jack of all trades, master of none.
From: BobF on 19 Mar 2006 10:44 On Sun, 19 Mar 2006 14:28:52 +0100, Peppe wrote: > 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 <http://msdn2.microsoft.com/en-us/library/482ck6x8(VS.80).aspx> <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vctutor98/html/tutorhm.asp>
|
Next
|
Last
Pages: 1 2 Prev: catching VK_ESC and VK_SPACE in CHotKeyCtrl Next: CException difference in VS2005 |