Jump to content

Visual C# aui.Opt("MouseCoordMode", 1);


flaxcrack
 Share

Recommended Posts

Um, guys how do I use the Opt in visual C# and have it reference itself to a Mouseloc?

I guess my question is where do I declare it?

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

Link to comment
Share on other sites

well it looks like this:

autoit=new AutoItX3Lib.AutoItX3Class();
            autoit.AutoItSetOption("CaretCoordMode",0);
            autoit.AutoItSetOption("ColorMode",1);
            autoit.AutoItSetOption("MouseCoordMode",0);
            autoit.AutoItSetOption("PixelCoordMode",0);
you can also find the complete list of functions and theyre overload value type/definition in the autoitx.chm file.You need to set this for each instance of autoit.

hope this helped you

Link to comment
Share on other sites

well it looks like this:

autoit=new AutoItX3Lib.AutoItX3Class();
            autoit.AutoItSetOption("CaretCoordMode",0);
            autoit.AutoItSetOption("ColorMode",1);
            autoit.AutoItSetOption("MouseCoordMode",0);
            autoit.AutoItSetOption("PixelCoordMode",0);
you can also find the complete list of functions and theyre overload value type/definition in the autoitx.chm file.You need to set this for each instance of autoit.

hope this helped you

It did the trick.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

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...