thenewkid Posted October 8, 2007 Posted October 8, 2007 hi ive been trying to learn C# and i was wanting to use autoit with it i know that this can be done but i dont know how can any one tell me plz thank you ive been useing Microsoft Visual C# Express Edition to code in some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
evilertoaster Posted October 8, 2007 Posted October 8, 2007 You can use the .dll version of autoit in other lanaguages- AutoItX will allow you to add the unique features of AutoIt to your own favourite scripting or programming languages! See the AutoItX Help file (Start \ AutoIt v3 \ Extras \ AutoItX \ AutoItX Help File) for more information and examples. Or you can compile a script and run in in C#- System.Diagnostics.Process.Start("C:\MyScript.exe")
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