Mouse Click using Autoit on c# (Tutorials Automation Programing)

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 19

  • @serkancanitez5891
    @serkancanitez5891 7 лет назад +1

    Thank you !! I use this code to run a form application to click specific mouse coordinates over another application !

  • @LinkingWorlds
    @LinkingWorlds 2 года назад

    Excellent, thank you so much... i got to try this :)

  • @MicroftHunter
    @MicroftHunter 5 лет назад +1

    Thanks for your tutorial bro :)

  • @JaeYoungLee-e2g
    @JaeYoungLee-e2g 5 лет назад +1

    Problem isolating COM reference 'AutoItX3Lib': No registered classes were detected for this component. in visual studio 2019 on window 10 64bit

    • @alibarznji2000
      @alibarznji2000 4 года назад

      here you go my friend, it may be a little late tho!
      Here is what you need to register your .dll: regsvr32 "C:\Program Files (x86)\AutoIt3\AutoItX\AutoItX3.dll" you will get a message box telling you it was successful.
      Then reference this guys post for adding in your AutoIt functions. Here: www.autoitscript.com/forum/index.ph...hl=AutoItX3.dll
      Then do this magic, this is the key! Download iLmerge and install it. Go to your C# and in your project go to Project > (Whatever your project name).Properties which should be the last option in your menu. Once you click it go to the Build Events tab. And click on post-build and enter in this code:
      "C:\Program Files\Microsoft\ILMerge\ilmerge" /target:winexe /out:Autoittest-merge.exe Autoittest.exe Interop.AutoItX3Lib.dll
      This will build the AutoItX3.dll straight into your application. You need to build it twice because after the first build it loads the Interop.AutoItX3Lib.dll into the directory and then on the second build it will create your combined .exe which should output to be Autoittest-merge.exe which is just a name I created. And Autoittest.exe is just my project name so this is name whatever your project is called or saved as rather. Since all this has been done, all you need to do is code and build and it will compile only the functions you add. So now enjoy the POWER!

  • @nirutg5130
    @nirutg5130 4 года назад

    Thank you so much.

  • @sdaasdksadkjasd6071
    @sdaasdksadkjasd6071 4 года назад

    THANK YOU!

  • @eijiens8383
    @eijiens8383 7 лет назад +1

    where can you get the dll

    • @wahcahdevelop9513
      @wahcahdevelop9513  7 лет назад

      Eiji Ensing download and install autoit from www.autoitscript.com/site/autoit/downloads/,..., after that, find dll files on installation folder

    • @eijiens8383
      @eijiens8383 7 лет назад

      thanks! A great method!

  • @urdogan
    @urdogan 6 лет назад +1

    "Problem isolating COM reference 'AutoItX3Lib': No registered classes were detected for this component."

    • @deviousmile669
      @deviousmile669 5 лет назад +2

      i am having the same issue, did you resolved it?

  • @lcxbnr6886
    @lcxbnr6886 4 года назад

    Cool, I also made a tutorial about this

  • @TheRazorstreet
    @TheRazorstreet 3 года назад

    kısayol tuşu kodunu atarmısın

  • @alissonkissel
    @alissonkissel 6 лет назад

    Sensacional!!!!!

  • @muricann9999
    @muricann9999 4 года назад

    are you crazy?! you may did all this gui and froms and buttons inside autoit software. Why need writing soo many unneeded code, complicating situation?

  • @jingkakdadine2988
    @jingkakdadine2988 6 лет назад

    bagus kakak