Z
Zytan
I could call chkMyCheckBox_CheckedChanged() myself, but this is the
response to the click, not the click itself. While this is fine for a
button, it is insufficent for a check box, as the check box should
update its position. Of course, I could just set the check box to the
new value (which required inverting its current value).
Is there a better way?
(More generally, my issue is: I have a GUI for some settings, and I
want the program to set some of them programatically, at start up.
The GUI should reflect the decisions made. The end result should = as
if the user loaded the program, and went to the settings, and clicked
some options on and off.)
Zytan
response to the click, not the click itself. While this is fine for a
button, it is insufficent for a check box, as the check box should
update its position. Of course, I could just set the check box to the
new value (which required inverting its current value).
Is there a better way?
(More generally, my issue is: I have a GUI for some settings, and I
want the program to set some of them programatically, at start up.
The GUI should reflect the decisions made. The end result should = as
if the user loaded the program, and went to the settings, and clicked
some options on and off.)
Zytan