How would I use SendMessage to change the caption of a OptionButton and a CheckBox?
Thanks,
Dan
Printable View
How would I use SendMessage to change the caption of a OptionButton and a CheckBox?
Thanks,
Dan
Found it:
retval = SetWindowText(Check1.hWnd,"Some text")