Re: always on top

new topic     » goto parent     » topic index » view thread      » older message » newer message

> 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}))

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu