Jump to content

autoit and C#


Recommended Posts

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

Link to comment
Share on other sites

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")
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...