` Printed Icetips Article

Icetips Article



Par2: Make window stay on top
2009-02-03 -- Kevin Erskine
 
http://msdn.microsoft.com/en-us/library/ms633545(VS.85).aspx

!---
 SetWindowPos(0{PROP:Handle},-1,0,0,0,0,3)   ! OnTop
 SetWindowPos(0{PROP:Handle},-2,0,0,0,0,3)   ! Normal
!---



Printed May 19, 2024, 11:33 am
This article has been viewed/printed 35128 times.