0

I have created a custom image drawing checkbox in WTL and I am now trying to create a custom image drawn radio button, how does the radio button work, when a user cliks one button to select it how does the other buttons get unselected? Do they receive a predefined window message ?

AlexandruC
  • 3,527
  • 6
  • 51
  • 80

1 Answers1

0

read about WS_GROUP, WS_TABSTOP

kero
  • 678
  • 3
  • 10