Send doesn’t work with UAC off in Windows 8 PRO
Send command doesn’t work for me in my Windows 8 PRO when I turn UAC off. If I turn UAC on, then run the script, and then press yes on the UAC prompt, the send command works fine. Any ideas? I’m on...
View ArticleDisplay the last array only
I want to only display the last table that is found on the webpage... Suggestions on doing this? [ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include...
View ArticleUsing AutoIt to map hotkeys?
Hey all; I'll admit right off the bat that I'm using you guys as a cheat sheet - the situation is, I have a 3rd party shade analysis program I use for work, that requires me to toggle between two...
View ArticleIE find a dynmic link
So I have 2 links on a webpage, the txt can be anything, the href changes too but not the domain of link. I found that this..... [ autoit ] popupFor $x = 0 To 164 Local $oInputs =...
View ArticleWinActivate is useless
Is there some kind of Windows GUI that doesn't allow activation? Here is everything I have tried and have set: - I have WinTitleMatch off (not exact) - I've tried simply WinActivating the GUI -- worked...
View ArticleSimple GDI+ Question
I just want to draw a rect in specific size, then save it to file, the rect must be transparent, only line that have color, can someone point me to the right direction?
View ArticleDatabase
Hi all. I'm a relative novice with databases, but would like to create a very simple one and have my Autoit program access it. Am I correct that the easiest/most used method of doing so is with...
View ArticleReading ComboBox
How to get the selected value (text) of the ComboBox? GUICtrlRead not read!
View ArticleNeed Example Of Delay
Hi there i'm trying to get a simple example of... if mouse click is longer than 200ms, then do this xxx So far this is what i have, but when 1 is pressed is basically does an extra click. so i'm...
View ArticleHow can rename file in appdata folder
I want rename file in appdata but i can't create any code. Can somebody help me ?
View ArticleIcon changer
how to add browse option instead of enter icon location. [ autoit ] expandcollapse popup#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <process.au3>...
View ArticleRun only 1 scipt/program at same time
I cant find working solution. I tried [ autoit ] popupIf UBound(ProcessList(@ScriptName)) > 2 Then Exit It works how I want but if I rename program then I can easly start more programs cos...
View Articleget drive letter from drivemapadd?
Hi, Im using DriveMapAdd to mount a network folder to a letter and heres my command DriveMapAdd("*:","\\nas\share") As im using * I dont know what letter will be used until it's mounted, and when my...
View ArticlePrevent files from being copied
Hello. I have been looking how to prevent some files/folders from (only) being copied, but everywhere there is written that if user can read it, he can also copy it. So, what i want to know is, if it's...
View ArticleMouseClick while manually holding shift
hello, i got a problem. i made a script, i press a hotkey, it clicks somewhere, everything works. untill i noticed that when i manually hold down shift it will no longer click. here is what i tried: [...
View Article_IsReleased?
Hi. I see that there is an _IsPressed function, but does anyone know if there is an _IsReleased or something similar?
View ArticleVentrilo PTT Delay
Hey guys was hoping I could get some help with a problem I've been having. I recently purchased a Logitech g930 wireless headset to use with Ventrilo and ever since I've had a problem where when I use...
View ArticleWhat is the INSTANCE in control ID????
What is the INSTANCE in control ID???? And how can i use it in controlclick ID??? I want to Remove a netwok adapter from network connections.but Controlclick is not doing click on yes button of...
View ArticleHow do you send PMs in this forum?
I created a UDF to capture Mouse & Keyboard so that I could then reuse it in my next project (building a fully functional GUI designer which can respond to the various mouse & keyboard events)....
View Article