Greetings all,
I have a container control with 4 radio buttons, and I have set key down events to set RadioButton.Value=TRUE.
(Numbers 1-4 turning on the corresponding RadioButton.Value)
This works fine, except that it also triggers a SysBeep - most annoying. This is true whether I set the key down event in the Window, or in the ContainerControl.
Any help would be most appreciated.