dorkauf89
01-21-2008, 09:39 AM
I have a problem... I want that when they press this menu item, it will then check the menu item. After they press it again, it will uncheck the item. I know I need to use something like this:
tbMenuData = {};
tbMenuData.ID = 31;
tbMenuData.Checked = true
Application.SetMenu(tbMenuData);
But how do I tell it to keep the last menu and just edit the menu item with the ID of 31? THANKS
tbMenuData = {};
tbMenuData.ID = 31;
tbMenuData.Checked = true
Application.SetMenu(tbMenuData);
But how do I tell it to keep the last menu and just edit the menu item with the ID of 31? THANKS