xsnow Posted March 31, 2007 Posted March 31, 2007 Now I know it's a UDF, so do I have to add it manually into my library in order to use it or how can I use it? thanks.
xsnow Posted March 31, 2007 Author Posted March 31, 2007 when i use #include "controlsendplus.au3" it says it can't open the file, i'm guessing i have to manually create it? any ideas where i can get it, i've tried searching. thanks.
Gollum Posted April 2, 2007 Posted April 2, 2007 Now I know it's a UDF, so do I have to add it manually into my library in order to use it or how can I use it?thanks.It can be frustrating when something that's blindingly obvious to others doesn't seem so when you first try to understand what's required/needed.Yes you have to create/download the file/function - it is an UDF "add on" - it's not included in your normal library of function includes.You can put it in the same directory as your script and use #include "ControlSendPlus" or preferably in your AutoIt3/include directory and use #include <ControlSendPlus>It's been around for a while and so is mentioned all over the place, but a search found one thread that may help.The original thread that contained the download link to ControlSendPlus (written by SlimShady) is his collection of helper functionsP.S. Newbie advice to other newbies sometimes just makes things worse
xsnow Posted April 2, 2007 Author Posted April 2, 2007 It can be frustrating when something that's blindingly obvious to others doesn't seem so when you first try to understand what's required/needed.Yes you have to create/download the file/function - it is an UDF "add on" - it's not included in your normal library of function includes.You can put it in the same directory as your script and use #include "ControlSendPlus" or preferably in your AutoIt3/include directory and use #include <ControlSendPlus>It's been around for a while and so is mentioned all over the place, but a search found one thread that may help.The original thread that contained the download link to ControlSendPlus (written by SlimShady) is his collection of helper functionsP.S. Newbie advice to other newbies sometimes just makes things worse hey, thanks alot man. I've search this site up and down but i guess i didn't search the right strings.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now