henry1 Posted October 7, 2008 Posted October 7, 2008 Hi all, Does AutoIt support MultiThreaded Process? Thank you. Henry
mmavipc Posted October 7, 2008 Posted October 7, 2008 No it does not. Sorry [size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N
Dampe Posted October 7, 2008 Posted October 7, 2008 http://www.autoitscript.com/forum/index.php?showtopic=29326&hl=Multithread That works to an extent
Moderators SmOke_N Posted October 7, 2008 Moderators Posted October 7, 2008 Unfortunately AdlibEnable() is only allowed one instance running, you could do an AdlibManager function to customize it, but using DllCallBackRegister + SetTimer API could provide an answer to suit your needs as well.One thing you can get an idea from on how to accomplish this is some MrCreator did (OnHover or something): http://www.autoitscript.com/forum/index.ph...c=55120&hl=It has a fairly extensive method to track and execute actions that may interest you. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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