deftonic Posted August 11, 2006 Share Posted August 11, 2006 Hey, If i use the Autoit API in visual basic 2005, will it run faster? or is it the same? Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted August 11, 2006 Moderators Share Posted August 11, 2006 Hey,If i use the Autoit API in visual basic 2005, will it run faster? or is it the same?Will what run faster? 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. Link to comment Share on other sites More sharing options...
MHz Posted August 11, 2006 Share Posted August 11, 2006 I do not think AutoItX.dll would be a speed boost to your visual basic 2005. AutoItX.dll adds features that are not native to visual basic, i.e. automation ability. Link to comment Share on other sites More sharing options...
deftonic Posted August 11, 2006 Author Share Posted August 11, 2006 I meant will the overall speed of the "script" increase if i use the api in vb? Like the loops in autoit are slow, if i use VB, will it run faster? Link to comment Share on other sites More sharing options...
Oxin8 Posted August 11, 2006 Share Posted August 11, 2006 i think that if you used vb for the loops and just used AutoItX when you needed to for automation, it would be faster. Keep in mind that AutoItX doesn't have all the functions that AutoIt does. If you're really going for speed it might be better to just create the equivalent functions in vb. ~My Scripts~ *********_XInput UDF for Xbox 360 ControllerSprayPaint_MouseMovePlus Link to comment Share on other sites More sharing options...
deftonic Posted August 11, 2006 Author Share Posted August 11, 2006 i think that if you used vb for the loops and just used AutoItX when you needed to for automation, it would be faster. Keep in mind that AutoItX doesn't have all the functions that AutoIt does. If you're really going for speed it might be better to just create the equivalent functions in vb.Alright cool, Thats all i wanted to hear. I already checked all the functions in the AutoItX, and it has all the functions I need so its all good. Thanks for info. Link to comment Share on other sites More sharing options...
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