Zokz Posted April 17, 2012 Posted April 17, 2012 how can i use AutoitX.dll in VB8? i only need the sendkey stuff from Autoit can any1 help? ty Send("{2}")
JohnOne Posted April 17, 2012 Posted April 17, 2012 You will find what you need in the AutoitX forum. http://www.autoitscript.com/forum/forum/14-activexcom-help-and-support-autoitx/ AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Laymanball Posted May 17, 2012 Posted May 17, 2012 1. Add reference AutoItX3.dll 2. Imports AutoItX3Lib 3.Write code with.. Dim Au3 As New AutoItX3 My Sample Script Download: VistaDesktopIconsChangerForXp.au3 (Com,Doc and Bin only) http://www.4shared.com/rar/NMHYL5Igba/VistaDesktopIconsChangerForXp_.html VistaDesktopIconsChangerForXp.exe (Resources) http://www.4shared.com/rar/nzs7Mb1gba/VistaDesktopIconsChangerForXp_.html
matwachich Posted June 16, 2012 Posted June 16, 2012 I don't have libautoitx3.a in the indicated folder. Help?
BrewManNH Posted June 16, 2012 Posted June 16, 2012 On 6/16/2012 at 2:30 PM, 'matwachich said: I don't have libautoitx3.a in the indicated folder. Help?If you download the sfx version of AutoIt3 version 3.3.6.1 you can find that file in the archive. It seems like it wasn't included with the latest version. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! Reveal hidden contents I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
WimH Posted July 12, 2012 Posted July 12, 2012 In VS2010, I needed to set "Embed Interop Types" to FALSE (see properties tab in "references). Otherwise I got a compilation error.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now