Jump to content

running autoit script while running another program??


userjoy
 Share

Recommended Posts

Hello Autoers

i recently start to to use autoit script for may automat, and i'd like to ask some thing about IT

I just begin to build my script with mouse "klicking" and "get color" and it ended so well, and i'd like to improve it even better

this is my question

* while i run my script that keep running on and on, i'd like to open some other program to keep me from getting borred, "you know like chat, brows.., mail, ect...ect"but when i do that my script always take control of my mouse and my keyboard "darn eqois script i'd like to say ..."

Well is there any way can i do that , so the cript will run independently until i say stop and while the script running i too can free from do what i's like to do, and the script don't bother me as well

can someone tell me a way to do that "with simple english please.. LOL.."

Link to comment
Share on other sites

  • Moderators

userjoy,

If you use the MouseClick function, AutoIt will always take over your cursor. Look at the ControlClick function if you want to to use the cursor normally, although you might need to activate the target window which rather defeats the object of the exercise. :x

But perhaps you are using your script in a game when you get bored and want to do something else? :P

If so, please read this? :shifty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

well it is for a game

but i dont talking about game automate here,

i ask about how i can manipulate my script so it will work like i want it to be

"scripting" that's all

if that's also forbiden , what is the use for this forum anyway? :x

BTW, thanks for the advise

hmm "control click function" ready to learn :P:shifty:

Edited by userjoy
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...