Dllcall loop with delay
I would like to display the actual CPU frequency in my app. To determine the CPU frequency I use an external Dll to read the CPU TSC register. The update rate of 1 second would be more than enough,...
View ArticleAssigning button to read registry value?
Hello! I need a little help I managed to get the GUI, i wanted for my software. Here is the code: #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleSpoofing User Agent String
Hello AutoIt Community! I'd like to ask for some help in spoofing the User Agent string so website('s) recognize it and act on what User agent they see. Currently I'm developing a website that's about...
View ArticleOverride non-standard font/text size in Windows 7
We started an office-wide conversion from Windows XP Pro SP3 to Windows 7 x64 SP1 a couple months ago. About 1/3 of our 40 PC's have been updated and I've run into problems when people adjust their...
View ArticleInvoking an autoit script
In several instances I am doing some initial processing in Winbatch and then invoking an autoit script to complete my process. The problem occurs when I issue a RunWait(Winbatch) command to invoke a...
View Articleblack window
hello ive been searching for setting a black window that covers all the screen so when i leave my computer no one can move destroy my data, i cant log out or change session if i do i get an error from...
View ArticleLoad resource from .msstyles DLL using WinAPI?
I'm trying to display bitmaps stored inside a theme resource dll on a GUI. I'd like to be able to specify the name as it is displayed in ResHacker for the function call. I can extract strings as they...
View ArticleHow to get the number of the partition?
Want to make a GUI for Ghost.exe with such items: 1:1 L:My_disk 100000 Mb 1:2 L:My_Doc 650000 Mb 2:1 L:Rem 16000 Mb
View ArticleProblem with the , in a rundll32 printui.dll,PrintUIEntry
Hello all, I'm doing a soft to install all the printers of my computer park by choosing them with checkbox. My script works well but I'm running a little issue. To install a printer, I have this line...
View ArticleHide mmc console tree permanently
Hi, I need to develop an application which can hide mmc console tree and menu. Thanks. Regards, Puvanes
View ArticleShould it be this hard?
I have searched the forums for any pointers but I am either asking the wrong questions or have been given a really nasty job. I am 'automating' the installation of Blackberry Enterprise Server (yes...
View ArticleUsage of parameters to script with Adlibregister
Hi All , I'm new to this forum and to AutoIT as well. I'm basically testing a web application through selenium RC , using Eclipse and Java for this purpose. I'm using AutoIt script to download and save...
View ArticleOpen pdf read table of data. Then sort data into 2 rows in excel
Hi, Im new here and new to scripting altogether... I have a datasheet for a piece of equipment that I can open using autoit. But I am having trouble navigating to the "power consumption" table in the...
View Articlehelp on listview sorting
Good morning to all, I'm starting to work with autoit and I have a problem with the sorting of the listview. I saw that there are many examples in the forum but I could not figure it out. In the...
View ArticleMaking Tray menu transparent?
Hello, I have this simple tray program i made i am just wondering if i could make the tray menu transparent? here is the code: [ autoit ] expandcollapse popup#include <GUIConstantsEx.au3>...
View ArticleInverse of ControlSend?
RIght now I'm running a python script that relies on using AutoIt's ControlSend to send keys to a weird little popup Mozilla window: [ autoit ] popupControlSend("[CLASS:MozillaWindowClass]", "",...
View Article_IEAttach not finding window
I am having a small nervous break down and maybe i am overlooking something. On Server 2012 with IE10. I have autoIt click a link in IE that opens a new IE Windows. I have the following code that works...
View ArticleKill power to USB port or ports
Hi I have Googled this and not come up with any real answer, I am hoping someone here may know if it is possible to kill the 5v power on a USB port or even on every port from within an Autoit script? I...
View ArticleArray to Excel
I believe it's time to consult the experts on what I am trying to do...I am trying to take a large text file and write it to an Excel spreadsheet. After 2 days of trial and error I finally got it to...
View ArticleFile Move Help
Hi, i've been trying to create a script so that you type in the name of a folder in a input and then you press a button to go into the folder that you put the name of in input and then copy a specific...
View Article