Tech Support > Microsoft Windows > Development Resources > how to keep push-appearnce of a button till another button is pressed
how to keep push-appearnce of a button till another button is pressed
Posted by Nani on January 24th, 2006


Hi,

i have developed an ActiveX control(composite) using ATL COM,i have
3 button controls on ActiveX control,when i press any one of the 3
buttons i wanted to keep the push-appearance of tht button till i press
on another button. can any help me in this regard.if any code snippets
would be more helpful

thanks in advance

Regards
Nani.

Posted by David Lowndes on January 24th, 2006


Try using a check box button with the BS_PUSHLIKE style.

Dave


Similar Posts