Invoke a menu item

  • Thread starter Thread starter Roberto M. Oliva
  • Start date Start date
R

Roberto M. Oliva

Hi all!

I need to change the text and the enable state of a menu item from inside a
thread, so I need to Invoke the menu control. How can I do that?

Thanks all!
Roberto
 
Try using invoke on a parent form - it will switch the thread to UI thread,
which should be enough.
 
Back
Top