T
Trevor
I am trying to figure out how to enable a MenuItem from a thread. I use
Control.Invoke to update the text of a label and textbox from the thread.
However, MenuItem does not inherit from Control and does not seem to have an
Invoke/InvokeRequired method. How can I enable a MenuItem from a different
thread?
Control.Invoke to update the text of a label and textbox from the thread.
However, MenuItem does not inherit from Control and does not seem to have an
Invoke/InvokeRequired method. How can I enable a MenuItem from a different
thread?