always underneath all other windows:
Code: Select all
SetParent_(WindowID(win),FindWindow_(0,"Program Manager"))it's sometimes on top of all other windows for a while. I tried
this, but it doesn't work:
Code: Select all
SetParent_(WindowID(win),0)
SetWindowPos_(WindowID(win),#HWND_TOPMOST,0,0,0,0,#SWP_NOMOVE|#SWP_NOSIZE)of SetParent. What else can I try? Thanks.

