Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping Window on top and focused
#3
maybe something like this

It's not perfect but will keep notepad active


Function NotepadExample
Code:
Copy      Help
int w
run "$system$\notepad.exe" "" "" "" 0x800 win("" "Notepad") 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

Forum Jump:


Users browsing this thread: 1 Guest(s)