I'm developing with .NET compact framework 2.0 and I want to modify the Text of an MenuItem from an another thread. I want to use the method Control.Invoke of the MenuItem but this control hasn't got it. What could I get it? I don`t want to use a statusBar. Thank you.