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:
But how do I tell it to keep the last menu and just edit the menu item with the ID of 31? THANKSCode:tbMenuData = {}; tbMenuData.ID = 31; tbMenuData.Checked = true Application.SetMenu(tbMenuData);

