Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SetButtonStyle
#2
Button styles, like BS_FLAT, are window styles, and probably can be changed with SetWinStyle.
Also there is BM_SETSTYLE message, I guess it does the same as SetWinStyle, maybe better.
BM_SETSTATE sets state, eg checked, pushed.
Function Dialog136
Code:
Copy      Help
,SendMessage id(3 hDlg) BM_SETSTATE BST_PUSHED 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)