Acrobat Reader Operations in the Background
Dear all, I am using the Autoit to encrypt PDF files. I would like to open several pdf files one by one, encrypt them and save in another folder. I would like to limit the user actions during these...
View ArticleAutoIT v3 click image that acts as button
i am trying to click a button in the showmypc application (showmypc.com), called "show my pc now" i am trying to click on a button but based off the window info from autoIT, it looks like its a picture...
View ArticleOrganizing an array
I would like to produce an array where one column holds the username and the other column holds the client name for that user. So far, I have all of the data (as well as what I call "junk data", which...
View ArticleHow to use AutoIt to turn my second monitor ONLY while a certain program is...
Hi everyone, I'm very new to AutoIt and have been using this nifty program to FakeFullscreen some of my games. I have some games however that dislike my having more than one monitor on while I am...
View ArticleChange SCiTE4AutoIt3 Background/text color
Is there way to change the colors of the SCiTE window? The white backround is hard on my eyes and would prefer a darked color(grey or black) but did not see in the options where that was done. See...
View ArticleExtracting a URL from an XML file
I'm trying to enumerate the SharePoint sites on a server. I've gotten so far as to run "stsadm -o enumsites", capturing the result, and storing it in an XML file that looks like this: <?xml...
View ArticleCapture Run/DOS command output as well print on STDOUT
I have the following code to capture and process the Run command output. Now how do i modify such that the Run command window and output is active and at the same time captured and logged?...
View ArticleHow to GUICtrlSetTip on a _GUICtrlSlider_Create
What is the alternative tip to the _GUICtrlSlider_Create? [ autoit ] popup$Slider2 = _GUICtrlSlider_Create($GUI, 440, 382, 24, 92, $TBS_VERT) GUICtrlSetTip($Slider2, 'Drag or press V + Arrows Up...
View ArticleScript Eating To Much CPU
Hi I made a script for Yabause emulator and it works fine for it's purpose The problem is that it eats 10-12% CPU tried to add Sleep(100) but it does not exit from the script then [ autoit ]...
View ArticleOpening MS access with wrkgrp and user and password
Hello I need to open with autoit a MS access database! This database is opening with this shortcut: "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSACCESS.EXE" /wrkgrp \\server\folder\sys.mdw...
View ArticleI want to do something with my AutoIt3 exe ..
hello. i want to create a exe(AutoIt3) That accepts parameters this way for example: run("Path\to\exe\My AutoIt exe.exe Parameter1,Paramete2") the goal is that my exe will receive in this case...
View ArticleAnyone know of Colorer sheme for AU3 ?
If noone did it yet, I'll start working then. But I'd much prefer saving my time.
View ArticleCompare and find differences in string
First off im sorry for making so many help threads over the past couple of days but im new to autoit and im still figuring it out. I know there is a stringcompare function that tells if the string is...
View Articleneed a function to disable/enable the "Use visual styles on windows and...
hello, i need a function to disable/enable the "Use visual styles on windows and buttons" in windows 7 thanks for helpers!
View Article_GDIPlus_GraphicsClear with the $iARGB parameter of opaque.
I'm using _GDIPlus_GraphicsDrawStringEx to create a string on top of an image in a GUI, but I want to re-draw new text. So I'm disposing of the graphics object (_GDIPlus_GraphicsDispose) and then using...
View ArticleDon't really know a title..
Well, hi! I was just wondering how to do something for a 32bit computer. My computer is 64bit, and I was wondering how I could use the InetGet function and the filemove function FOR 32bit. My 64bit...
View ArticleVariable used without being declared
Hi folks, I am having a strange problem. I am VERY new to scripting, and have inherited some scripts that are in production. All of a sudden, one of the scripts is not working and produces the errror...
View ArticleHow to get the input inserted into the UI
Hi guys! I was just wondering how to do this. Let's say I wanted to do a program that could modify the writing put into Notepad by the user's choice. What I mean by that is my program will open...
View ArticleHow to use AutoIt to turn my second monitor off ONLY while a specific program...
I have some programs that dislike my having more than one monitor on while I am using them. I am having trouble figuring out how to create a AutoIt that will launch my program, turn off the extra...
View Article