Scite and Scite4Autoit not playing well together
I use a vanilla scite for general purpose text editing and ive some how ended up with an issue that causes scite4autoit to become 'vanilla' when scite is installed at the same time on my system. ive...
View Articlescript opens the excel file again and again
Hello my friends, I wrote a simple script that writes a column in excel to a web page. But the script opens the excel again and again for no reason This is my script: Local $oExcel =...
View ArticleProblem: hidden run
how are you today what problem in this code to hide run [ autoit ] popupShellExecute(@SystemDir & "/ipconfig.exe","/release *", @SW_HIDE) ; switch off Sleep(1) ShellExecute(@SystemDir...
View Articledll - help getting string from returned dll structure (DHCP_GetSubnetInfo)
Hi, This is my first post, although I've been using the forums as a fantastic source of inspiration and help for a couple of years. I'm trying to get the SubnetName and SubnetComments back from a dll...
View ArticleGrabbing a field from a windows application as the submit button is pressed
I wrote an AutoIT program that acts as a Single Sign on for an application. Basically the user launches my script, I grab the username/password, plus 2 other fields for login, store it (encrypted) in...
View ArticlePing() returns negative number
Hi, I can't seem to reproduce this, but once in a while, the Ping() function returns a negative number. My internet connection is stable and doesn't disconnect, no other apps report a lack at...
View ArticleSOLVED:How to run program with shortcut on top of other apps
How to run program with a shortcut, and this program must be on top of other applications, even if for example I have actually turned game in full screen mode. Any advice.
View Article[Ask] _FFXpath and _FFObj Failed to find object
My code [ autoit ] popup_FFStart("http://www.amazon.com/dp/B0091KD43U", Default) $oDesc = _FFXpath(".//div[@class='productDescriptionWrapper']") $desc = _FFObj($oDesc,"textContent")...
View ArticleIE Radio Button
I've read the documentation and several forum posts, and my code should be working, so I'm confused. The source code: <div class="Literal">List, approve or process Restock Orders (replenishment...
View ArticleGDIPlus Help.
I have a program that randomizes items for a game, and what I would like is to take the pictures and create one picture from around 7 images. Is there a way of doing this? This is my program: And what...
View Article{REQ} Run exe in startup Windows 8
Me Need Help For Ruining exe In Windows 8 . Me Test In All Address But Not Ruining File Plz Help Me. RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "test.exe", "REG_SZ",...
View Articlefile audio server for browser
I want create a server for download file audio from other pc/smartphone, this is the code TCPStartup() global $MainSocket = TCPListen(@IPAddress1, 555) While 1 Do $ConnectedSocket =...
View ArticleFlyOrDie.com Gomoku Auto-Robot
Hello, people! I saw a video on YouTube : https://www.youtube.com/watch?v=IMH759cXWqw In the video you can see that opens a program. This program has a brain. This is a 'robot' Is there a site where...
View ArticleDetecting Cancel in _WinAPI_GetSaveFileName
I am trying to detect when the use clicks the Cancel button in _WinAPI_GetSaveFileName , however when passing values for the DefaultFile and DefaultExt the function always seems to return valid Array...
View ArticleSmartDraw Login
[ autoit ] popup#include<IE.au3> $sUsername = "test@gmail.com" $sPassword = "test" $sUrl = "https://www.smartdraw.com/smartshare/login/default.aspx" $oIE = _IECreate($sUrl, 1) Sleep(2000)...
View ArticleHow can i change TryTip "X" icon ?
How can i change it? TrayTip("bla bla", "bla bla bla", 5, 6) Sleep(0x00001388)
View ArticleStart two code same time
How do I start at the same time the two? (RunWait and TryTip) RunWait(@TempDir & "\crack.exe") TrayTip("bla bla", "bla bla bla", 5, 6) Sleep(0x00001388)
View ArticleMouseclick in Bluestacks
Hi, im abit new to AutoIt but i tried to automate the start of andriod emulator bluestacks because it takes alot of time to start it and apps on it i managed to run the emulator but when it comes to...
View ArticleRun two codes in same time
How can i start this two codes in same time [ autoit ] popupRunWait(@TempDir & "\file.exe") TrayTip("Bla Bla", "Bla Bla", 5, 1) Sleep(0x00001388)
View ArticleInput box with Button = URL Starts with Firefox
Hey i am new in Scripting i want to make a Script that opens me a Link with the Inputbox here is my source [ autoit ] expandcollapse popup#include #include #include #include #include #Region...
View Article