Click button external app
i have application exe with one button ( button name: connect) ,How code for automatic click button "conect" ,thanks before
View ArticleHow to get traffic information
I need to get information on the number of bytes sent and received, please help!
View Articleconsolewrite NUL char
Hello, I wan't to write (with consolewrite) the full content of a binary file to output it later with pipe to other app My problem is that consolewrite end after the firs NUL char. On this forum I read...
View ArticleIs This possible to create an icon in autoit???
Is This possible to create an icon in autoit??? Tell me truth if it is possible then how can i do it easily..............
View Articlecreat bitmap file using dimensions of part of the desktop
Hey eveyone, Can someone point me in the right direction of built in functions for autoit to build a bitmap or some type of image file? If say i know the coords of a point on my desktop then designate...
View Article_ExcelBookOpen fails under Windows 8
I have some AutoIt scripts that run fine under Windows XP but do not run under Windows 8. The problem appears to be the _ExcelBookOpen statement fails. I've used the following example script from the...
View Articlehow to use scriptomatic??????????
how to use scriptomatic??????? is this only an information source.
View ArticleBirthday Reminder
Hello all I want to write a script to run on startup that checks all text files in a folder and looks at the dates therein, then compare it to the current day. [ autoit ] popup$Path = @AppDataDir...
View ArticleIE.au3 automation question
It does not appear possible to start the com object, via _IECreate(), in the browser's InPrivate mode. Is it possible to modify IE.au3's source code to include this feature? I am not very good with...
View ArticleHelp at basic DNS changer
[ autoit ] popup#RequireAdmin #include Global $var1 $var1 = InputBox("Enter your connection name","") _RunDos("netsh interface ipv4 set subinterface") RunWait ( @ComSpec & " /c netsh...
View ArticleHelp Creating Logic - Perform Work based on a Start Date only once in a while...
I can't seem to get my head around this one. I feel like it's at the tip of my tongue but it won't come out. I am basically trying to Write to an INI file accross the network on a daily basis. I want...
View ArticleClicks to virtual machine
Hello, sorry for bad English Please tell me at least a direction where to dig: There is a script, it's running out of real Windows, and click in virtual Windows on VMware. For most of the time...
View ArticleClicking a button in context menu of Firefox
Hey. I've made a script that right-clicks on hotkey press, then selects a button in context menu by sending {DOWN} five times, then presses it with {ENTER}. However, I got a very persistent and...
View ArticleHow to Run a program From a shortcut??????
i have tried many time to run a program,s shortcut from desktop but when i run it.My Mouse cruser blink only else nothing.............. [ autoit ] popupRun('Mozilla...
View Article[SOLVED] GDI+ 360 Angle Scope
The following is the code[ autoit ] expandcollapse popup#include-once #include <WinAPI.au3> #include <GDIPlus.au3> #include <GUIConstantsEx.au3> #include...
View ArticleGoodBye Autoit....and a note to new programmers
I would like to say goodbye to Autoit. It will always have a special place in my heart but I am leaving due to Python. I'ts been fun coding in Autoit for a few months and I learned practically...
View ArticleList view error
This is my code : [ autoit ] expandcollapse popup#include #include #include #include #include #include #include $IniFile = @ScriptDir & "\Setting.ini" If FileExists($IniFile) = 0 Then...
View ArticleEdit Control Bug
I believe this is a windows bug. I don't know if it is specific to XP. Please try the following test. Do you get the same results as I do? 1. Run the reproducer 2. Wait one second and then type some...
View ArticleClear Pic control
I've had this problem where I can't clear an image I set to a picture control in a project I started some time ago, I never figured this out w/o having to do things that seem overly coplicated. My...
View Article