Is This a Good Idea? Use Melba's GUIListViewEx to Directly Edit MySQL records
Hi, First of all, thank you very much to Melba for creating GUIListViewEx UDF I have a MySQL database on internet webserver that I need to edit regulary. I plan to read those records into an 2D...
View ArticleIndex into an AutoItObject?
I want to assign to an AutoItObject property without hardcoding the property name. In Javascript it would look like: obj['propertyName']=103; I can read access a property using Execute: Global...
View ArticleI need some help with my code
hello, I'm very new to autoit, I only had experience with java language. So I'll explain what I'm trying to do: but i'm strugling with the timer code, I never made a timer like this, I'll explain...
View Articlehelp with timer
hello, I'm very new to autoit, I only had experience with java language. But I'm trying to make a timer. So I'll explain what I'm trying to do: 1) the first 7 seconds (after I pressed the button)...
View ArticleODBC and SQL Lite
Hi all i have a problem, i want to extract a ODBC query ad insert the result in SqlLite table. When can i do it? I know use only excel but I wan't user it! becouse ODBC -> Excel -> Sqlite is very...
View ArticleHelp Me.
Hello.I want to ask all something.I try to make in one game to keep PageUP key pressed,but only in that window. Can someone help me with that?? I tryed with this: Spoiler Send("NEED FOR SPEED™...
View ArticleApplication restarts after script exits
I am new to autoit and trying to figure things out. My first script is pretty basic and is designed automate the steps to get connected to my employer's VPN. Rough description: Start the RSA...
View ArticleHelp with IDL
I'm trying to figure out if there's any why to run the bellow. this is part of the IDL documentation. HRESULT IAJACaptureFilter::GetFourCC ( [out] DWORD * value ) Get fourcc Parameters: [out]...
View Articleie id Switch
$obj = _IEGetObjById($oIE, "2") ObjEvent($obj, "Products_") $obj = _IEGetObjById($oIE, "3") ObjEvent($obj, "Produ_") $obj = _IEGetObjById($oIE, "1") ObjEvent($obj, "Company_") $obj =...
View ArticleStdoutRead a Powershell window.
I have a script that executes powershell commands to interact with Office 365(Microsoft hosted Exchange service). I want to hide the powershell window and interpret the output silently, so that...
View ArticleAcquiring Variable Instance id
Dear Members.. Does anybody have a solution for my challenge since im working on something and it's presenting a challenge i cant handle The program im making the automation for has the following...
View ArticleDynamic Checkboxes
I am attempting to write script with a gui to install network printers. I have it set up to read the printer names from an .ini file and to create check boxes for each printer. I can't seem to figure...
View Articlesend string to remote server not working
Hi, I have an autoit script that sends strings to remote server. The script works fine when I am active on the remote server, but does not work when I am not on the remote server. The issue is I was...
View ArticleToggle Checkbox to Hide Other Controls
Hi Everyone, I have a checkbox and what I am looking to do with it is, is that when the Checkbox is checked, I'd like to hide other controls such as a Label from appearing. So when Checkbox_One =...
View ArticleNewbie and SQLIte
Ok Im new to AutoIT and trying to get it to write to an SQLite DB. Evereything was going fantastic until I attempted to write a variable value to a field rather then hardset value; $name =...
View ArticleHow do I use this script?
Hey guys, so this isn't my script but I am trying to figure it all out. It seems that the guy who made it is no longer available to talk to. Basically he made this script to bot a game called Sacred...
View ArticleRead value from ListView on mouse click
AutoIt expandcollapse popup#include <GuiConstantsEx.au3> #include <File.au3> #include <Array.au3> #include <ListviewConstants.au3> #include <GuiListView.au3>...
View ArticleWaiting for IE tabs to load if its not the maintab
I am trying to automate downloading several pages from a Website.The urls I access differ only in the number at the end. So I am using a for loop to go through them one by one and save them afterwards....
View ArticleScript starts when F1 is pressed
I have a problem with the help but i don't know how to riproduce. Anyway, sometime when i click on a func ( example ConsoleWrite ) and then F1, the help open to ConsoleWrite guide, right? But,...
View ArticleFormat used by AutoItTools:ExportLibrary()?
I looked at the description of AutoItTools:ExportLibrary() and added it to my Tools menu, but I can't seem to make it work. Perhaps the format of my UDF headers is wrong. Can anyone give a short sample...
View Article