Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!memetral From: memetral@athena.mit.edu (Max E. Metral) Newsgroups: comp.windows.ms.programmer Subject: Iconic Windows Message-ID: <1991Jun12.193240.22429@athena.mit.edu> Date: 12 Jun 91 19:32:40 GMT References: <1991Jun12.131526.207@minyos.xx.rmit.oz.au> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 11 Hello Again folks. This time, I'm trying to create an application that stays as an Icon, like Screen Peace. I tried using WS_ICONIC | WS_OVERLAPPED and WS_ICONIC and WS_ICONIC | WS_OVERLAPPEDWINDOW but none of them worked. What am I doing wrong. Other question is, how do I prevent it from being maximized, etc? Should I just intercept and ignore size messages? Last Question, how do I replace the system menu with a personalized menu? --====--