` 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 5, 2024, 4:48 pm
This article has been viewed/printed 35115 times.