[RESOLVED] emulate Mouse Click
Hello All,
Is there a way to code a mouse click. That is provoke the events that happen when you click on a control with out physically clicking on it.
I have a toggle button that can be "toggled" by the user and the button indents when "on" and is proud when "off".
If i code for the button to be pressed "togglebutton1_click()" then code executes but the button doesnt change its physical State.
Thanks everyone
Hojo
Re: [RESOLVED] emulate Mouse Click
It's an old formula
1 - 1 = 0
1 - 0 = 1
so
1 - x = NOT X
You can't use NOT Check.value as a checkbox can be -1, 0, or 1