Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping Window on top and focused
#4
Great work Kevin! Works perfectly with Notepad. However, if I replace it with another application, like in this case a simple text input dialog made with QM, it doesn't work. Does it have to do with one of the flags?


Code:
Copy      Help
int w
run "$program files$\Test\Test Application.exe" "" "" "" 0x800 win("" "Test Application") w
Zorder w HWND_TOPMOST
rep
,0.2
,if(!IsWindow(w)) ret
,if win()!=w
,,act w
,,err
,,,if(!IsWindow(w)) ret


Messages In This Thread
RE: Keeping Window on top and focused - by Kevin - 12-29-2018, 09:37 PM
RE: Keeping Window on top and focused - by InterestedNewbie - 12-29-2018, 10:25 PM
RE: Keeping Window on top and focused - by Kevin - 12-30-2018, 01:34 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)