Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!microsoft!petergo From: petergo@microsoft.UUCP (Peter GOLDE) Newsgroups: comp.windows.ms.programmer Subject: Re: Function to push a window behind other windows Message-ID: <59325@microsoft.UUCP> Date: 27 Nov 90 02:56:24 GMT References: <1979@meaddata.meaddata.com> Reply-To: petergo@microsoft.UUCP (Peter GOLDE) Organization: Microsoft Corp., Redmond WA Lines: 14 In article <1979@meaddata.meaddata.com> nxh@meaddata.com (Nobuya "Higgy" Higashiyama) writes: >Help! In my application I need to push a window to the bottom of stacked >windows, but I can't seem to find a function that will do that for me. It's >pretty easy to put a window on top of every other window, since you only need >to call a function. Question is: is there a technique I can use to accomplish >this in the absence of PushToBottom () function (or such)? Thanks in advance! The Programmers reference seems to say that SetWindowPos(hWnd, 1, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW) should do the trick. Have you tried this and found it not to work? --Peter Golde, petergo%microsoft@uunet.uu.net