Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping Window on top and focused
#6
Thanks, had already figured it out by going through the Files, web menu  ;-)


Code:
Copy      Help
int w
run "$program files$\Test\Test Application.exe" "" "" "" 0x800 win("Test Application" "#32770") 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 Kevin - 12-30-2018, 01:34 AM
RE: Keeping Window on top and focused - by InterestedNewbie - 12-30-2018, 01:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)