Re: always on top
- Posted by euman at bellsouth.net Mar 28, 2002
- 387 views
> Have you tried this one liner? > > SetWindowPos (hWnd ,0, 0, 0, 0, > or_all({SWP_NOACTIVATE,SWP_NOMOVE,SWP_NOSIZE})) > > Euman > euman at bellsouth.net whoops, shouldve been > SetWindowPos (hWnd , HWND_TOPMOST, 0, 0, 0, 0, or_all({SWP_NOACTIVATE,SWP_NOMOVE,SWP_NOSIZE}))