thenewkid 0 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 Share this post Link to post Share on other sites
evilertoaster 3 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") Share this post Link to post Share on other sites