SQL connection help
Greetings, I am new to autoit and currently working on a project to automate querying data from a SQL server and sending that to another software to generate a PDF file. i've been spending some time...
View ArticleProgram activate help?
hi. Id like to make auto it see if program is opend or not. If its closed then it would stop current script and open program and returning after program is active. Active main screen. And id like to...
View ArticleWaiting for IE Modal Dialog to load
I can't seem to find anything that will help me determine when a modal dialog has finished loading. Here's the scenario: This is a poorly performing system where IE actions such as navigations can take...
View ArticleGetting Text Value From DIV Node(s)
We are trying to get the text values from DIV nodes in the attached HTML. I marked the start of what we are looking for with Quote...
View ArticleUnknown Errors with FileRead()
Hello, A little background on what I'm trying to do. We have a webapp that runs off of XML docs. These XML docs are kicked out of a system to a network location so that they can be rendered into PDF...
View ArticleWM_NOTIFY question
Hello forum, I´m trying to trap messages from diferent controls to add functionality. I managed to get messages from buttons but I´m confused respect how to trap other controls. Here is the code in...
View ArticleIEObjByName retreival error - warning from function
Hi I'm having some trouble with an auto login code I'm trying to write, and would like some help Having read the rules, and looking at other threads, I apologise now if this is against the rules, but I...
View ArticleHelp needed with making an "simple" script =)
Hello AutoIT community! I have no clue on how to make a script so i come here to ask you for help with making an simple "leveling bot" for this browser game called KingsRoad. Not sure what info you...
View Articlewhy doesnt this work
why doesnt this script work all it needs to do is write what is written in the input box into notepad #include <GUIConstantsEX.au3> GUICreate("test",200,200) Local $words, $msg, $gobutton, $write...
View ArticleIncreasing clipget value
hi, there been looking for some information relevent to increasing the values within the clipboard. basically i want to copy a value onto clipboard, then increase the amount by x value (100 for...
View ArticleStoring Autoit code inside a variable.
This may seem a rather silly question, and am not quite sure what to even ask, but can you store Autoit it code inside a variable and execute it later? Something like $val = msgbox(0, '', 'Hello') $val...
View Articlewinwait can not find the web popup window
I'm using AutoIt to handle a login webpage, when "Logout" is clicked, a popup window appears, but winwait() can not find this window [ autoit ] popup#include<IE.au3> Local $IE, $Form1...
View ArticleHotKeySet in VirtualBox virtual machines
HotKeySet refuses to work to call functions in my VirtualBox Windows 7 VM Works fine on my host when I run it there, but if I'm trying to do it in VirtualBox there seems to be an issue with it calling...
View ArticleChanging boot device before reboot
I am running AuoIt ver. 3.3.8.1 I looked around for ways to do this, but I haven't found anything yet. So, I just decided to take a wack at it for a project I'm working on. Here is the code that I...
View ArticleSerialNumber & ManufacturerName from WmiMonitorID
Ok, so I just started messing with AutoIT a few days ago and am attempting to pull various data like Manufacturer Name and Serial Numbers from different types of equipment. So far, I dont have many...
View ArticleGet listview for array of directories
I'm think my code isnt simple as much but can anyone help me do something like this: Quote From Array: D:\Parents\Child\Text 1.txt to List view Parents | Child | Text 1 and if I click Text, It will...
View ArticleToggle between 2 IE Tabs
Hi, I have 2 Tabs open in the same IE window, 1 navigates to www.google.com the other to www.google.com too. How do I activate the second tab (as they have the same url/identifier)?
View ArticleHow to close a TCP port for the process?
How to close a TCP port for the process? Please?!!!
View ArticleMoving the on-screen-keyboard
Hey, for a project on a large touch-screen I tried to open the on-screen-keyboard and then move it to the current mouse position. I tried WinMove() with the informations provided by the window info...
View ArticleAvoid script pause on window change
Hello everyone, I have a problem : I've been looking on the net for an easy working autocliker, but I couldn't find it, so i decided to make my own one with autoit. I made many researches on this forum...
View Article