Path: utzoo!utgpu!watserv1!watmath!att!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!lan!rommel From: rommel@lan.informatik.tu-muenchen.dbp.de (Kai-Uwe Rommel) Newsgroups: comp.windows.ms.programmer Subject: Re: Function to push a window behind other windows Message-ID: <5672@tuminfo1.lan.informatik.tu-muenchen.dbp.de> Date: 23 Nov 90 11:02:42 GMT References: <1979@meaddata.meaddata.com> Sender: news@lan.informatik.tu-muenchen.dbp.de Reply-To: rommel@lan.informatik.tu-muenchen.dbp.de (Kai-Uwe Rommel) Organization: Inst. fuer Informatik, TU Muenchen, W. Germany Lines: 16 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! Use SetWindowPos() with the correct :-) arguments. Kai Uwe Rommel -- /* Kai Uwe Rommel * Munich * rommel@lan.informatik.tu-muenchen.dbp.de */