Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about Run in background (Alt Tab)
#1
Hello i want to run my macro at background while i am watching movies etc. Here is an example code which i made. It works good but i want to run it at background is it possible?
Thank you.
Code:
Copy      Help
SetEndThreadHotkey "F12"
opt save; opt slowkeys; spe 22
int w1=act(win("RED" "D3D Window"))
rep
    key z
    if(scan("image:hE0F83879" w1 0 16|0x1100 12))
        key 2
    else
        key z

opt restore
#2
It isn't possible, unless the macro and related programs run in a virtual PC, such as Vmware Player or VirtualBox.


Forum Jump:


Users browsing this thread: 1 Guest(s)