Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need a lil help if possible
#1
im just wondering if theres anyway to act the 3rd last active window say my function act notepad then word then internet browser i want to bring in back to the last window that was active before the function started is this possible?
#2
y cant u just state the name of the window? as in

act "notepad"

explain more if tht doesnt help
#3
bcoz i want it do go back to whatever im doing so i can work on other stuff without many interuptions but im not sure if there a way
#4

Assign each window a string variable.


Example:
Code:
Copy      Help
str a="Window 1"
str b="Window 2"
str c="Window 3"

act a
1
act b
1
act c
Taking on Quick Macros one day at a time
#5
dont know why i didnt think of that lol ill make it get the first window name then store in a variable and act the variable at the end of code tyvm


Forum Jump:


Users browsing this thread: 1 Guest(s)