Path: utzoo!attcan!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: Disabling system menu Message-ID: <29810@ucbvax.BERKELEY.EDU> Date: 22 Jun 89 16:54:43 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: kipnis@janus.berkeley.edu (Gary Kipnis) Distribution: usa Organization: University of California, Berkeley Lines: 10 Hi, I am trying to disable 'Size' option on the system menu, I used GetSystemMenu and EnableMenuItem(hSysMenu, 3, MF_BYPOSITION | MF_DISABLE), but nothing happened, the 'Size' option was still enabled... does anyone have any suggestions regarding above??? Thanks, gary