mfc - Remove visual click effect of CButton -
is there way of removing visual effect of clicking cbutton?
i want put 2 cbuttons bmps side side form bigger image, want remove visual effect of click - image being pressed. how can that?
use same image , down states of button. way same whether pressed or not. have use cbitmapbutton
class, however, derives cbutton
. http://msdn.microsoft.com/en-us/library/a3y45xs0.aspx
there 4 states of button: up, down, focus, disabled , each can have own image (or not). http://msdn.microsoft.com/en-us/library/6y6acs49.aspx
Comments
Post a Comment