How do I change the the text for a menu item. I'm sure it should be as simple as menuitem.Text = "Caption". The problem is that it sometimes changes once or not at all. I have the OwnerDraw property set to False.
If I check to caption of the menu item in code, it displays the correct caption but it doesn't display it in the menu, as though it needs to be refreshed or something.
Any Ideas?




Reply With Quote