Is a Window considered Active While Dragging?
Hey All, Encountered a strange problem with a loop I have that's adding a variable that keeps adding while I'm dragging the window around. I was curious if a Window is considered active while I...
View ArticleUpdating an image control from memory?
Hello all, I am sure I have looked through the forums and none seem to exactly address my problem. What I am basically trying to do is capture the binary data from one image control, and then set...
View ArticleDllCall MS MDT 2012 Microsoft.BDD.Utility.dll
Hi folks, Please can someone help. I found the following web article, which explains what I'm trying to do - except I want to do this natively within AutoIt code instead of using the VBS that the...
View ArticleOCR Image Pre-processing
I'm trying to write a script to screencapture a window of on-screen text (a single line of between 1 and 10 characters, depending), and return the OCR'd result to a variable that I can then do whatever...
View ArticleExcel into PowerBuilder Application
I have searched the forums and help and read up on _Excel* but I can't seem to figure this one out with my newbie eyes. So I am hoping that one of you will help me out. Here is a snippit of one of...
View ArticleCreate Array
Good evening, maybe I just sleep but I do not know / remember how to assign the contents of one variable to another variable. Let me give an example to better explain: global $ minni1 = "hello" global...
View ArticleGetting Detailed Stock Data From Google
Okay I am trying to build a program to apply my personal theroy about the stock market to in a really fast way and of course doing a little of programming in autoit in my past I thought the easiest way...
View ArticleI'm in need of help
I am trying to learn AutoIt, and i'm doing okay. But i have a question. How do I make a checkbox change what a button does. Like, if i had a button that displayed a messagebox saying "Hello" how would...
View ArticleConverting bmp to jpeg with gdi+
Hello all I am attempting to convert BMP file to JPEG to reduce their size, below is the code I am currently trying to use. AutoIt expandcollapse popup_GDIPlus_Startup() $hImage =...
View ArticleNeed Help Removing Google Chrome
I'm attempting to remove google chrome from all machines in our corporate enviroment.. First it cycles to find the user accounts, then it cycles through the Application folder for different Chrome...
View Article"Read a Toolbar"
I'm kinda new on Autoit. Hope someone can help me http://epvpimg.com/QD5Gb - look at this print first. So, i want that, in the messagebox, to be that " Skype(Do Not Disturb)" text, if you know what i...
View Articlehow to make 2 loops in a script ? -need help-
hi all anyone knows why i can't but 2 thing in one loop ? i tried to make 2 while loops but the first one is the only running one. here is the code: AutoIt expandcollapse popup#include...
View ArticleSimple Button and URL
I'm super stupid, I'm done with my program, and now I want to learn how to program a button to go to a certain URL using the default browser. I tried If Case $Website ;<---- That is the button...
View ArticleNeed help to convert vba code to autoit code
This is what I have tried so far Original vba code: AutoIt expandcollapse popupSub DDD() Dim rng As Range, lastRow As Long Dim lastCol As Long, i As Long Dim rw As Range, col As Range Set rng =...
View ArticleControlClick Button
Good day Im trying to use the Control Click funtion but seem's not working for me, Click the Button on my Virtual router Plus button I cook up with this simple script ( Im not good enough on Autoit )...
View ArticleNeed some help with stopping a started file
I have made a function to start some jar files: Run("java " & $chosen & ' -jar "BungeeCord.jar"', 'E:\Spill\Alle spill\Minecraft\bungee', $Hide) WinSetTitle("C:\Windows\system32\java.exe", "",...
View ArticleImage capture of scrollable window in full
Hi! How can we take snapshot of any scroll window? Motive is to capture snapshot of any scrollable window in full.
View ArticleHow to Select an IE Tab and to Get the Selected IE Tab?
In this script below, I'm trying to: Create an Internet Explorer, and to navigate it to a blank page. Create a new tab with a blank page. Create another tab again. (Please don't ask me why 'cause it's...
View ArticleAutorun an autoit program
Hey guys, I've created a program that opens my website every 10 minutes, the problem is that after I open the site, my program closes and I want it to remain open.I want to create a program that opens...
View Article