Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!janus.Berkeley.EDU!kipnis From: kipnis@janus.Berkeley.EDU (Gary Kipnis) Newsgroups: comp.windows.ms Subject: changing menu bar items Message-ID: <34071@ucbvax.BERKELEY.EDU> Date: 2 Feb 90 06:59:57 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: kipnis@janus.Berkeley.EDU (Gary Kipnis) Organization: University of California, Berkeley Lines: 13 Hi, I am trying to change one of the menu items in the main menu bar. SDK documentation says that only popup menu items can be changed using ChangeMenuItem(), so I tried using SetClassLong() and then DrawMenuBar() but that locked the computer up. I also tried just loading the second version of the menu, but I didn't know what to do with the menu handle. Does anyone have any suggestions? Thank you, gary