Include Picture in Compiled script
Hello all Is it possible to include a picture (for example in a GUI) in a compiled script, so that you may run it as a user without the picture??
View ArticleMore elegant/effective way to use Select/Case
Hi! I want to improve my coding by using Select/Case instead of several If/ElseIf statements. Depending on the value of $CRTN and $PKG, I want to return the following: 1 LOOSE CARTON 2 LOOSE CARTONS 1...
View Articlefile text replace
hello, i have been trying to replace an automatically generated text from a html file so far this is what i have found $fileopen = FileOpen("vol002.htm", 1) $sNewText = StringRegExpReplace($fileopen,...
View ArticleParsing strings: spaces/quotes
Say I have the following string: $string = 'ABC DEF "And some text"' I'd like to parse it into a 3-element array, with "And some text" being the third element. My mind wants to do StringSplit($string,"...
View ArticleMoving GUI without Title Bar
Greetings. Is there a way to make the GUI below movable when clicking and dragging on it? I know I can remove the WS_Popup style where there will be a title bar with no controls and I can move it...
View Article_IELinkClickByText
Hello, I have a line of code including _IELinkClickByText that i would like to continuously loop, so if any other link would be posted with these key words the line of code would be able to open that...
View ArticleCompare each line in text. Stringsplit/stringinstr
Two .txt files: Exmaple of first txt 424242424242:text 3423434322311:text 2133245345344:text 5443322134566:text 65432345322344:text And so on Second txt: user:65432345422344:email:address...
View Articleread files from directory and subdirectories
hello, i want to replace automatically generated text from files created in a directory and sub directories right now i have this code to replace but i cant find a good solution in the forums $file =...
View ArticleSQL whoooos
im tring to connect to my local SQL server (using wamp) and i get the error "Return $oConnectionobj.execute ($sQuery) Return $oConnectionobj.execute ($sQuery)^ ERROR ->23:10:44 AutoIT3.exe...
View ArticleIF Statement with Or not working
Hey, I've been trying to figure out how to code this and for some reason I just can't figure out the best way or get it to work. What I have are 10 different regions, 3 of which are French. So what i...
View ArticlePixel Color Search
Hi I suffer from as early as 2 days. I do not know how to do a AutoIt Script .. Is not someone help me? the script open a program and start install and next,next.. and is looking color pixels, when...
View ArticleAnyone Know how ot call time from a sevrer?
I wanting to declair a varibale as time from an internet server. I dont know how to really do this but if heard that most use port 13....
View ArticleMerging continuation lines in a Au3 script.
This regular expression seems to work for me, so I was wondering could others test it please. Thanks. [ autoit ] expandcollapse popup#include <Constants.au3> Local Const $bBinary =...
View Article_INetSmtpMail
Hello, Just a simple and stupid question. Tried using this function but got nowhere. It only works if i have a mail program in my computer??? In case i don't have an email program do i have to do an...
View ArticleIs there a way to get the system sound volume?
Hello i want to get the sound Volume from my speakers.. I searched on google how to do it and i didn't found an answer... Please help me! Thanks for the helpers!
View ArticleHexDecode() from py to autoit
Hi here Can some one who know how to work with UINT8 whats the difference between the convertion/decode from this function: https://github.com/sloonz/pil-py3k/blob/master/libImaging/HexDecode.c to...
View ArticleCheck if computer is online. Ping()?
I need to check if computers is online. I used to use ping for things like this: [ autoit ] popupif ping($ComputerNamesList[$i]) <> 0 Then ... some code EndIf But sometimes there is DNS...
View ArticleC-ISAM Binary Float/Double from file problem
Ok.. Im trying to convert an old (very old) C-ISAM file (from a SCO Unix box) into plain text (a must for the first step which is checking the data and manipulating it first) for integrating it into a...
View ArticleOpening Excel - Warn if read only
Hi, i need to find a way to open an excel document but warn the user if it has opened as read only. Currently a user clicks on a button in a GUI to open an excel document, this works fine but... If...
View ArticleHow do I click a button with a changing name?
Hello, I am new to Autoit and I want to automatically select a specific button, then click a specific button opened in a new window, fill out a form and send the form. Here is the page:...
View Article