Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pin function on Threads Dialog
#4
To make a window on top of other always-on-top windows, need to periodically bring it to top.

Function qm_threads_ontop
Trigger !ca"QM - Threads" "#32770"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=val(_command)
rep
,1
,if(!IsWindow(hwnd)) break
,Zorder hwnd 0 SWP_NOACTIVATE


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)