Set BK Color normal
I want some buttons to change color to red on the click of another button. and wenn you click on the button again, it becomes "normal button color" (clBtnFace). I know that i change it to red with...
View ArticleLink two windows
I have two seperate windows (GUIs). Now i want to link them, that they both get minimized when you minimize the "main" one and get maximized when you maximize one of them. The perfect way would be that...
View ArticleCheckbox value
Hi. How do find the value of a checkbox? I would like to do something like this: If not checkbox.checked then checkbox.checked = true EndIf
View ArticleHow can registration the class
How can registration the class and called from another program CoRegisterClassObject and CoGetClassObject functions returns a success value On this page of the Microsoft website explain how to register...
View ArticleAutomatically Change Desktop Wallpaper on Startup
Hi, I have been away for a long while - good to be back. (I had a different account previously w/ a record of numerous posts) How would one go about automatically (i.e. from a script) changing W7...
View ArticleStuck on concept need community help to start coding Server<>Client app
I created an app using autoit that would automate tasks in my windows environment. Mostly manipulating the file system etc, but most importantly I needed to capture information on each machine and...
View Articlemake text output selectable
how can i make it so the text number output result can be selectable and copyable AutoIt expandcollapse popup; autoit version: 3.0 ; language: English ; author: Larry Bailey ;...
View ArticleHow to make and run my AutoIt script faster ?
Hi everyone... I want to know that, how to improve my script's performance ? Should I use less comments and white space to improve performance ? I use C/C++ 's coding style for my script......use a...
View ArticleThe Icon show up slower in other directory
I found out that whenever I placed the exe file(compiled script) to a new directory. It takes 4 minute to load the icon (that is compiled with the script. ) I'm just curious about why is the icon load...
View ArticleOnline IDE
I was wondering if anyone has made or is working on an online IDE for autoit.
View ArticleWinhttp filling out multi-page form
Hi all, question to those who are familiar with Winhttp, in particular _WinHttpSimpleFormFill() I have a form that I fill out and submit using _WinHttpSimpleFormFill() which then returns a subsequent...
View Article_StringEncrypt freez
So...._stringencrypt freez if the string is too long or if the enc lvl is too big Any way around it ? AutoIt expandcollapse popup#cs...
View ArticleHide a Powerpoint Presentation
Hi guys. I want to open a .pptx presentation as a .pps (without change the extension) Local $obj = ObjCreate("PowerPoint.Application") Local $PresInterface = $obj.Presentations Local $objPres =...
View ArticleDropdown selectmenu
Hi I'm trying to select the content in a dropdown menu in the internet explorer, see attachment, but it is teasing me. I know I have to pick "enGB" I can only see this: <TR> <TD...
View Articlestring to multidimensional array
hi all, i'm new here. my programming experience is all self-learnt so not much. as the title says im trying to divide a long string into a multidimensional array. i.e.: aa (tab) aa1 (tab)...
View ArticleFileCopy fails
Hi, I'm having a problem with my script. It intends to replace "aero.msstyles" in my fresh install of Windows 7. First I give it permissions to do so - it works, I have permissions. Then I close...
View Article_IE how to click butten with no ID/Name?
Hello, im trying to click the following butten "<input class="submit" type="submit" value="Commit"/>" However as you can see there is no name or ID, I have tried using the following to no...
View Articlegenerate from a list of possible results
AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <EditConstants.au3> #include <StaticConstants.au3> _Main() Func _Main() Local $button1 Local $output,...
View ArticleLooping thru an array
#include <Array.au3> Dim $compname = @Computername Dim $RoomArray[4] =["E16", "E14", "E25", "W55"] $RoomNumb = StringLeft(@ComputerName, 3) $Index = _ArraySearch($RoomArray, Number($RoomNumb[1]))...
View ArticleGet domain name from IE and append to text file
I'm very basic in my knowlege of programing. Batch file is about as good as it gets, but willing to learn more. What I am needing may be very simple for people who understand programing. I need a...
View Article