I have several questions concerning the controls like a button, if You could answer i would be very much pleased.
Questions:
- Is there any way to create a control like a button, but not-standard, i mean, not that strict-rectangled button
- How do I handle mouse hover events within the control
Regards,
Galymzhan Sh
It’s relatively easy. If you want the same behaviour as a button (click, hover etc etc), then the best bet is to subclass the button control.
Have a read of the following MSDN articles:
http://msdn.microsoft.com/en-us/library/bb773183.aspx
http://msdn.microsoft.com/en-us/library/ms997565.aspx
http://msdn.microsoft.com/en-us/library/ms633569.aspx