WaitingForZion Posted May 31, 2009 Posted May 31, 2009 Having grown accustomed to programming languages such as Visual Basic and C+, I am a bit reluctant to indulge in scripting with AutoIt, only because I have little expetation of benefiting from it due to my understanding of the superiority of complete programming languages. But I have heard how powerful this language is when it comes to automating tasks, and I know that this is not so easily done in programming languages like the ones I've mentioned. Therefore, although I am not accustomed to its simplicity, because I look for complex ways of doing things, my weariness of the coding automated tasks in such ways has lead me to settle with AutoIt. So here is my question: How do I combine the easy interface of AuoIt to use for automation, and the more complicated interfaces that are more powerful for other things? Spoiler "This then is the message which we have heard of him, and declare unto you, that God is light, and in him is no darkness at all. If we say that we have fellowship with him, and walk in darkness, we lie, and do not the truth: But if we walk in the light, as he is in the light, we have fellowship one with another, and the blood of Jesus Christ his Son cleanseth us from all sin. If we say that we have no sin, we deceive ourselves, and the truth is not in us. If we confess our sins, he is faithful and just to forgive us our sins, and to cleanse us from all unrighteousness. If we say that we have not sinned, we make him a liar, and his word is not in us." (I John 1:5-10)
CodyBarrett Posted May 31, 2009 Posted May 31, 2009 (edited) Autoit isn't just for automating things.... there are GUI interfaces..WINAPI registry changes.. GDI+ ect.... take a look in the help file and seeing how you know other languages already then i assume you will know what categories the funtions will go under... help file.. there is a link in my sig for the online docs EDIT what i mean is that you could probably write the entire thing in autoit instead of integrating it Edited May 31, 2009 by CodyBarrett [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
Pain Posted May 31, 2009 Posted May 31, 2009 AutoItX is a way to integrate the functions of AutoIt to for example C++ or any other language. It has most of the functions you need for automating other program but has far from all the functions.
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