Help with POSTing image to imgur [winhttp]
I've been trying to uplaod a picture to imgur.com with functions from winhttp.au3 Examples using curl use the -F switch to POST form data. So I tried the same with _WinHttpSimpleFormFill to...
View Articlearound missing
ShellExecute("slmgr.vbs -ipk xxxx") xxxx= win7 product key to execute this script we will need to Internet to connect with microsoft. I want to complete my script to know if there is any connection...
View ArticleHotkeySet, hold shift down and send right arrow
When I hold down F8, I want it to send shiftdown and hold down the right arrow. And same thing for F7, except left arrow instead of right. Is Send suitable for this or should I rather use IsPressed, or...
View ArticleHow do i make a battle system in MY game?
Hello i'm trying to create a simple text game to teach myself autoit. and i am wondering to to make a simple battle system. i already got some stats like vitality, strength, dexterity and exp gain on...
View ArticleLaunch a URL from shellexecute in win8 (with elevated privileges)
I'v always been using ShellExecute("URL") to open a url in the default browser but today i found out that when win8 is in elevated privilege it dont work it just errors saying "Class not registered" It...
View ArticleHelp on copy status of a window
Hi, How can I make an application, for example notepad.exe be docked to another program, such as Internet Explorer.exe ? I mean when move Internet Explorer window then move together window of...
View ArticleClick on a menu
I'm just curious why this doesn't work. Why doesn't the program exit when exit menu is clicked. What am I doing wrong? [ autoit ] popup#include #include #Region ### START Koda GUI section ###...
View Article[TCPListen] Get connected IP Address?
Still working on my terminal program, and a thought came to me. I've created a TCP server and something connects to it, how do I find out the IP address of what has connected to it? There are no...
View ArticleDelete a record using the USB.
Hello. Want to know the syntax to delete a record using the USB. thx.
View ArticleCopying multiple lines until pagebreak?
Hello everyone, I've been making a very basic AutoIt script to read a .txt file and paste it, page by page, into a certain Java application. The files contain simple pages of text, several lines long....
View ArticleSaving a JPG from pictures.
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 ArticleWait untill object exist
Hey, i would like to learn, how to make wait untill this javascript thing exist, i mean when it popul click on it, i dont know how to make script detect when it exist.. any ideas? Attached Thumbnails
View ArticleHack a global hotkey and send to application
Here I am patrolling my tray apps and other apps on my system so as to keep an accurate map of global hotkeys and conflicts, but alas one slipped through and it took me a while to find out who the...
View ArticleHelp a newbie? - Same title on all prog windows
Hello scripters I kinda need your help if possible. I want an auto instalation of a program. So far i managed to move the cursor and click next in the first page , but the next windows has the same...
View ArticleIE and getting infro from a tagname that has "-" inside.
How do I get the "data-toggle" value from a link like this: <a href="www.google.com" title="" data-toggle="True">google</a> ? And I'm getting all the link elements using: [ autoit ]...
View ArticleWhat's the difference? StringCompare / ==
[ autoit ] popupMsgBox(0, "Yes", _ ('33' == '33') & @CRLF & _ StringCompare('33', '33', 1)) Can I compare binary files, read with 0, instead of 16? [ autoit ]...
View ArticleInputBox
Hello all I was just wondering how to determine whether an inputbox on a GUI was empty, I know that for example $input = 0, will return an empty value, but what if, say, you want to distinguish between...
View ArticleCMD GUI
I want to make a gui for an invisible cmd prompt. The thext in the cmd should be outputtet. I got the code [ autoit ] popup$cmd = Run("cmd.exe") While 1 $line = StdoutRead($cmd) If @error Then...
View ArticleSubscript used with non-Array variable
Didn't get any help from where I originally posted it, so Ill just post it here. TheNorwegianUser, on 11 March 2013 - 09:43 PM, said: Trying to use this to play a video at the start of this, but it...
View ArticleI need help with IE.au3
As I see, when I click an element with _IEAction, it will popup the target url instead of opening it in a new tab. I understand that IE.au3 could have been written when there were no tabs but I'd like...
View Article