_Excel_BookSaveAs CSV file as XLS on german machine
Hi I have a csv file with coma delimiter columns that needs to be converted to '.xls' format On English locale its works perfectly (each data line separated by comma get its own column cell in the...
View ArticleIF else if Error!
Anyone know why i'am getting this error ? AutoIt expandcollapse popup#include <file.au3> #include <array.au3> #include <Sound.au3> ;$path = InputBox("","Enter files path")...
View ArticleAu3Recorder adding bad text/code when it runs
I have not used Au3Recorder in a long time but I got bored yesterday and thought I would play with it a bit. I noticed right away that it was adding the following text to the top of the code every time...
View ArticleAsk for help, Decompile EXE to AU3
As the title with two files. Thanks for all ! :-)<snip>
View ArticleUser/Pw inetget
Hi guys , did anyone know that , how can i use inetget and this script together ( script you see is for change computer pw )?! Example() Func Example() ; Change the username and password to the...
View Articlebeginner needs badly help
Hello guys, I'm coming from ahk, and a script of mine is interfering with a third party software causing it to crash hence why i decided to try autoit to see if the error occurs too the problem is...
View ArticleRemove Icon/Listing from Notification Area (Windows)
So I have this program that when it is uninstalled it leaves behind the entry in Notification Area Icons (Screenshot Attached) How can I go about getting this removed? I can shotgun blast it like...
View Articleask for help for click input type = hidden
html code below, <TABLE border=0 cellSpacing=0 cellPadding=0 width="100%"> <FORM onsubmit="return false;" name=exportform> <INPUT value=false type=hidden name=fieldsyn> <INPUT...
View ArticleSelect Column/Array Based on Checkbox
I am not sure about the best way to go about it, whether by controlID or whatever; but, for testing purposes, when I select a checkbox, I should be able write to the console the entire column/array...
View ArticleIncrease tab side with window
I've been racking my brain trying to figure out how to do this. I have included the following example: AutoIt expandcollapse popup#include <WindowsConstants.au3> #include...
View Article? local arrays retain size between function calls?
AutoIt expandcollapse popup#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.12.0 Author: myName Script Function: Template...
View ArticleStumped on adding custom button to MsgBox
I have a script that captures all relevant user and system information into a single pop-up screen that can be referenced easily by our helpdesk personnel to save time on information gathering. I...
View Articletrouble with a do until loop
#include <Array.au3> #include <File.au3> #include <FileConstants.au3> ;$aFiles = _FileListToArrayRec("\\express.mpsaz.org\purchasing", "*", $FLTA_FILES, $FLTAR_RECUR)...
View Articleneed help with imagesearch
AutoIt expandcollapse popup#include <ImageSearch.au3> #include <ScreenCapture.au3> $X = 0 ;need this? if im using $IMR0101= _ImageSearch('doc.bmp', 0, $X, $Y, 0) would i...
View ArticleNeed to clear a dialog box that randomly pops up
I have a program that runs that occasionally runs afowl of another, background, process. This requires my clcking an "OK" button on a pop up dialog box. Is there a way I could have a script running...
View ArticleHelp me, progress bar full without close window
AutoIt expandcollapse popup#NoTrayIcon Global Const $gui_event_close = -3 $main = GUICreate("UPX In Progress Bar", 237, 129, 372, 328) GUISetBkColor(16777215) $input1 = GUICtrlCreateInput("",...
View ArticleInetGet download won't work correctly
Hello everybody, it's been a long time since I wrote here last time, But I was focused on other projects Now I've just started to code with autoit again, and need the help of the forum: I have an url...
View ArticleRead from file and do a different function depending on number
Ok so i have a text file with lines of 4 digit codes. I am trying to read each line one at a time and for each number in that line i want to do a different function. So if the first line reads 1234 i...
View Articlegetaddrinfo timeout
Hi, I was looking for a multi threading Ping and found this post (http://www.autoitscript.com/forum/topic/106354-threaded-ping/?p=766946&hl=ping%20thread&fromsearch=1#entry766946) from Fr0zt....
View Article[Problem] WinApi Keyboard Hook
Hi, i make little program for my friend and it's very important. In my program I use winapi keyboard hook but that hook no detect uppercase and lowercase. Any return from hook are uppercase. Because I...
View Article