You can creat your own class:
class CMyButton : public CButton
and then you can use classwizard to add your event handlers.
Creating a button:
In the .h file of your view:
CMyview: public CFormview
...
protected:
CMyButton m_myButton;
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.