mfc >> mfc changes

by bob » Sun, 26 Mar 2006 08:10:29 GMT

I'm thinking of getting this book at the library:

Developing professional applications in Windows 95 and NT using MFC /
Marshall Brain, Lance Lovette.
Prentice Hall PTR, c1997.

Will this be a worthwhile resource, or have there been too many mfc
changes since it was written?



mfc >> mfc changes

by Ajay Kalra » Sun, 26 Mar 2006 12:59:31 GMT


While the basics of MFC really hasnt changed, it may be dated. It
depends upon what version of MFC it uses. If its with MFC4.2 that
shipped with VC6, its very relevant even today. Even VC5 is OK.

If you are looking for a book, Jeff Prosise's book is the one to get
for MFC.

----
Ajay Kalra
XXXX@XXXXX.COM




mfc >> mfc changes

by Sgt. York » Mon, 27 Mar 2006 01:18:55 GMT




Agreed. I have both editions of Prosise's MFC books and mostly use the
older one since it's lighter, weighing in at a mere 7 pounds. :)

-York


mfc changes

by Ajay Kalra » Mon, 27 Mar 2006 01:27:00 GMT

Also the first edition does not use wizard at all. In 2nd edition Jeff
started using wizard for COM/ActiveX exmaples.


May be because its not hardcover.

----
Ajay Kalra
XXXX@XXXXX.COM



Similar Threads

1. How we can make changes in the HTML page through MFC or CDHTMLDialog in MFC

Hi guys, how r u, can you please tell how we can change or replace the
value between a particular tag in HTML through CDHTMLDialog, or
IHTMLDocument, IHTMLElement. how we can interact with the HTML page.
Actually we want display list view control on html page . i want to
replace the value of this list control by making changes in the HTML
page through MFC.
if you have some sample code then please forwarde me.
please help me

2. Changing the current directory with the help of dialog window(MFC

3. Change document extension used by MFC application

I'm creating an MFC MDI application and foolishly forgot to specify an
extension for it's documents. How can I add (or "change") the extension is
registers and shows in the File->Open dialog box?

Regards,
Isaac


4. CFileDialog changes in MFC 7.0

5. how to change MFC small icon?

my problem is that i am able to change the "MFC" icon when 
i replaced the image in resource - icon - IDR_MAINFRAME; 
but i want to know how to change the icon whne the same 
exe file is shown as small icon in either explorer window 
or when exe file is minimised ? 
thanx in advance :)
regards,
Kaushik

6. Release Software Problem [MFC 7.1 Change]

7. Changing MFC application's default font

Hi,

It seems like my MFC application automatically inherit the system font
when it come up. I need to set it to use Tahoma all the time so that
double byte chars can be shown no mater what the system font is.
Anybody have done this before?

Thanks

Ken

8. Correct way of changing MFC application name (m_pszAppName)