How to Automate Silverlight Application using AutoIT
We need to automate Silverlight Application. Can we use AutoIT for the same? If yes then how?
View ArticleNeed help with #include <FTPEx.au3>
Hello everyone am a new member here and i know that i shouldn't ask for help without giving something in return but this one is very important for me . i want to make something like this . i want to...
View ArticleUnable to run a .bat file with psexec commands
Hi all, so I've been trying to write a script that'll run a local .bat file. It's a simple idea that i run a batch file from autoit using the codes below with a simple run command. #RequireAdmin Run(...
View ArticleMove all content from folderA to folderB
Hey guys How can I move ALL content from folderA to folderB? $source = 'C:\folderA' $dest = 'C:\folderB' dirmove($source, $dest, 1) ; This just moves folderA under folderB, which is not what I want!...
View Articleill a byte array from DllStructGetData($lpBuffer, 1)
Edit: hit return and it submitted before I had actually posed my question....
View ArticleDelete specific folder found in a text file
Hello, I am trying to build a script that reads a text file with multiple lines (every line has a folder name that needs to be deleted). Then I want to look for the folder name in the folder list...
View ArticleControlSetText on toolbarWindow
Hello! I have a little script and in it a function that is responsible for handling saves in PDFCreator. When such a situation arise, it should set the destination folder to one predestinated in a...
View ArticleUIA Invoke click for a UIA_TextControlTypeId - Is that possible?
Good Morning AutoIT Gurus How is everyone this fine Tuesday? I have been using SimpleSpy and inspect.exe to get data from various program windows - but this one, I'm not sure about since it's a...
View ArticleList of Applications
Is there a function that returns a list of currently running applications, similar to the list that appears on the Task Manager's Applications tab? Thanks!
View Article<Prospeed.au3> A simple working example please
Hi Can anyone provide a really simple basic example of the prospeed.au3 in action. I'm aware that there are many complete examples around but I have haven't been able to get any of these dated...
View ArticleAutoIt bcdedit.exe (Not work)
Hi all =) i tried yesterday some on autoit so, i have friends , where get always kicked form a game server because the DEP offthey need always to write by him self the whole code in cmd, so i just...
View ArticleCan't work with specific window
Hi! First post on AutoIT Forum! I am facing a big problem. I have tried commands like WinMove, ControlClick, MouseClick and many others with success, interacting with Calculator window. Now I am trying...
View Articlesilly question (variables and memory)
Maybe this question is silly, but I'm still experimenting, and there are many things that I'm not sure how they work. So the question. Functions like WinGetPos - can be used multiple times like this?...
View ArticleSplitting text file
Kinda new to autoit. I have this situation where I need to take the print output from a dos program and split the pages apart so it will print properly. This is a 25+ year old program, running in...
View ArticleWhat is the error in this code
Hi all. I am trying to get some data from a SQLite database. But this code is not working. Please suggest where is the error. #include <Alert.au3> #include <Array.au3> #include...
View Articlegui adjustments
anyone knows of a to date function UDF that will help adjusting the gui to scale correctly with labels, font sizes.. (for different desktops/dpi) I found this...
View ArticleAutoit how to implement javascript functions?
Hello coders. I've been working with the FF.au3 extension which allows user to do things in Firefox via javascript (_FFCmd function sends javascript and then returns values) But in a lot of cases,...
View ArticleListview Group WM_NOTIFY trigger ?
Does anyone know, how to be notified when a Listview Group has been clicked, or expanded, etc. ? AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <GuiImageList.au3>...
View ArticleGIF blinks and plays too fast
I don't know why this is happening but the gif plays smoothly on chrome (link for this gif) I'm using GIFAnimation UDF from trancexx AutoIt expandcollapse popup#include...
View ArticleScripts failing
Hello, I noticed lately my scripts are failing. random parts of my code getting "has failed" errors, is anyone else getting the same issue? My PC might have been hacked or something. I even tried...
View Article