Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows application using MFC

Status
Not open for further replies.

Objectivesys

Technical User
Nov 17, 2003
1
IN
Dear Friends,
I need tutorials for developing MFC based applications with out using class wizards.
I am totally messed up with VC++ complete reference book chapter 23.

Please enlight me.

Regards

suresh
 
you are not oblegated to use class wizard. Just add classes as you usualy do in other kind of projects without thinking what this is MFC project. If you have a stdafx.h in you project, you must #include"stdafx.h" in the first line of each .cpp file.

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top