Strange WMI problem on Intel hardware
I've been getting reports from manufacturing that some of our applications have been generating an error, such as: AUTOIT ERROR LINE 1165(X:\windows\system32\program.exe) ERROR: Subscript used w/...
View ArticleChecking if event or something was successful?
Hey all, I have a T style GUI. As in tpanel, twordform etc. Now in my script it opens the program up then clicks on a button. How do I check if the clicking of the button was successful? I...
View ArticleScript Help
Need help logging into the web interface of my WhatsUP gold server for an overhead display in our IT dept. Essentially I want the script to open IE, navigate to our servers web address, login to...
View ArticleMouseMove issue within dll callback ...
I'm working on a script for one or more monitors that will wrap the mouse around the monitors and yet still allow you to drag windows to the edge of the monitor for the Windows 7 Snap feature. I'm...
View ArticleGuiCtrlSetTip Timeout
Hi all, I was just curious if anyone knew how set up GuiCtrlSetTip so that the balloon window will stay open until the cursor leaves the control. In my instance, I am using a Combo Box so the Tip...
View ArticleResolving hostname error
I used the example by UEZ 2011 to resolve hostname using IP. It works great, but I just notice that if it's not a computer; I get the error: Line 65 (File Location): $colItems =...
View ArticleONLY LAN MAC ADDRESS
Hello all, I'm trying to capture only the LAN mac address and ignore all other cards (wireless,etc..) I'm using this code: Func MacAddress2() $objWMIService =...
View ArticleOpening a Excel file with data links issue...
Hi Everyone I am new to AutoIt and would like to write a script to open an Excel file, do a bunch of operations on a specific worksheet within it, and then save it. The password protected...
View ArticleNavPane ControlSize using RegKey -Suggestion Please-
I have posted lots times ago to know how using RegWrite. The hope was to write this my small script. Now i expose on forum a different question ;----My script---- local $RegLocation1 =...
View ArticleFile manager listview icon help
so i was writing a file manager window but i don't know how to put icons on the files & folders AutoIt expandcollapse popup; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ;...
View ArticleHow to check 4k alignment?
My SSD is 4k aligned. $Data = _WinAPI_GetDriveGeometryEx($Drive) ConsoleWrite('Bytes per Sector: ' & $Data[4] & @CR) will return 512. Does anynone know how to check 4k ? Thanks!
View ArticleHow to check SSD?
My disk is a SSD. How to tell SSD from HD? In registry , the disk items under LM/SYSTEM/CurrentControlSet/Services/Disk/Enum/ is offen SCSI\xxxxxx (in OS or PE)。 Anyonw knows the exact way?
View ArticleHelp Trying To Parse and Update Html Page
I have a project that I am working on in which I am trying to do the following: 1. Open project page "in background" 2. Read values to see if criteria is there 3. Set values above as variable to be...
View ArticleHelp in getting the Control ID for button sub menu
Hi, Anyone can advise me how can I get the handle or control ID for the sub menu of a button(Not too sure what's that called). Example : http://i43.tinypic.com/xnae6w.jpg I need to write a script...
View ArticleAutoit Script runs SLOW to the point of halting between commands
I have this script that I have written for work. I have basically copied this exact same code 2 tome for two other GUI's and they don't have the problem that this one does. When this is run, it slows...
View ArticleLibUSB0 usb device
Hi, I need help to make a script which recognize PID and VID device and connect this device. i used libusb0 but i can't find the device connected and other informations. This is my code : can...
View ArticleError parsing function call in 2d array...
Hi, im pretty new here and in autoit too trying to learn somehow and so i started my first project, but im getting more and more errors ^^ i was viable to solve most of them by myself (searching the...
View ArticleResolve hostname No-ip
I am using port forward service at NO-IP which redirects port aswell how i can resolve host name to ip using NO-IP service thanks TCPNameToIP is not working for me any other solution?
View ArticleWhile in While is my problem...i guess
I am completly new to autoit but i need it because it works for a problem i need to solve: I want to click on different stuff in the corner of my screen. It goes 3 up then adjust the window and clicks...
View ArticleCopy Tasklist
Hello all Just out of interest, how would you convert this cmd command into AutoIt: for /f "delims=" %%g in ('tasklist') do echo %%g>>%userprofile%\Desktop\Tasklist.txt Im aware of how to...
View Article