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

Class Wizzard for .Net

Status
Not open for further replies.

sweep123

Technical User
May 1, 2003
185
GB
Moving from Visual Studio 6.0 to .Net I hit a poblem with the CHoverButton class;

In particular the message:-

ON_MESSAGE(WM_MOUSEHOVER, OnMouseHover)

c:\Ssic_Net\Emu\HoverButton.cpp(32): error C2440: 'static_cast' : cannot convert from 'void (__thiscall CHoverButton::* )(WPARAM,LPARAM)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'


I did try and run the Class Wizzard, but where is it. I had a look in help but not found
 
Class wizard has been replaced by some other interfaces. Look in this help page in msdn:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/vccore/html/vcgrfWhereIsClassWizardInVisualCNET.htm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top