Hidden forms and <control>.performclick() ?
Kodo | Posted 1:25pm 25. March 2005 Server Time |
So I'm discovering that you cannot execute a controls perform click() event while the form is hidden.
I have a context menu with 6 items to choose from bound to a notify icon. I would like to let the user pick one of the items and invoke the performclick event of a radio button on the form; however, the form can be hidden while the user makes the selection. While the form is hidden and a selction is made, the perfom click event doesn't fire until I restore the form.
How can I manage this better? |