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
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