Keeping a Window on Top
Keeping a Window on Top
API Declarations
Const HWND_TOPMOST = -1
Const SWP_SHOWWINDOW = &H40
Rate Keeping a Window on Top
(1(1 Vote))
dim retVal As long
retVal = SetWindowPos(Me.hWnd, HWND_TOPMOST, Me.CurrentX, me.CurrentY, 300, 300, SWP_SHOWWINDOW)
End sub
Keeping a Window on Top Comments
No comments yet — be the first to post one!
Post a Comment