Jump to content

JKDos

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by JKDos

  1. I'm sorry, but is this suppose to to say Win_11 or did I misinterpret? I get WIN_10 on a Windows 11 I can right click on the *.au3 and I have options to run/compile with beta, and it does this Aside from that, how do I make SciTE use the beta version of Autoit3? - NVM on this part, the full version of SciTE lets you do it with Alt+F5
  2. Thank You. I think I'll just use the script editor and build and run external scrips for best outcomes.
  3. I just learned about AutoIt from a coworker. I want to learn it and make use of it when and where possible. I decided to play around and reference the AutoItX3 library in MS Access VBA. So far, the only commands that work are .send and .sleep. Calls to other functions just will not work, https://www.autoitscript.com/autoit3/docs/functions.htm I get messages like "Object Doesnt Support this property or method" So I assume it's the object. A dumbed down version... Though, it's so dumbed down, the .Sleep method is the only thing it offers, since VBA has no sleep method. Dim oAutoIt Set oAutoIt = CreateObject("AutoItX3.Control") I also set the checkbook in references. __ At least you can compile AutoIt and call it Shell "path/program.exe"
×
×
  • Create New...