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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MFC class wizard in Visual Studio.net?

Status
Not open for further replies.

EGDEric

Programmer
Aug 19, 2003
16
CA
I've been doing this MFC tutorial from a book called: "Teach yourself Visual Studio 6 in 21 days". Even though I have C++.net(2002) I've been using C++6 because the tutorials always instructs you to use the appwizard and class wizard, which don't seem to exist anymore in the newer compiler. Can someone give me some advice on this?
 
There are several different interfaces now that replaced class wizard. Whatever object you are working on use right click and look on the context menu. When working with a MFC based class and you want members added like virtual functions, member variables and message handlers. Pull up the Properties View and on the top bar of the view there are icons for different views of properties like message handlers etc.

Post back with more specific questions it will be easier to guide you to a specific feature.


-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top