Posting to website
#include <Excel.au3> #include <IE.au3> _ExcelBookOpen("C:\Users\Corey\Dropbox\Allison & Corey\2012Values2.1.xlsm") Local $oIE =...
View ArticlePerform each function based on order set by user
Well, I can only allow the user to perform in such a way: Function 1 > Function 2 > Function 3 > Function 4 What I wish to create is I can freely change the order on which function to...
View ArticleReturn level from function, like ExitLoop level from loop?
hello world, i'm looking for some method like ExitLoop level, but for Return from functions (not confusing with function return value). i.e. ExitLoop can get you out of a loop1, and out of loop2...
View ArticleUnicode fields in MS SQL query
Hi I've wrote a MS SQL query that contains some Unicode fields in its records. But these fields can't go correctly into database. there is no errors in its inserting and DB query action. But when I...
View ArticleRandom serial number creation
Hi Excuse me How I can covert the returned data from Random function to string ? My code is: $mySerial = string((Random(1,1000000,1)) and doesn't works correctly !
View Articlehow to classify correctly: Int, Float & Binary
Hi forum, I try a simple way to classify correctly a number between INT, FLOAT and BINARY, without sucess... Binary number always return how INT... but is not true. Someone can help-me here? Thanks...
View ArticleExcessive processor usage, maybe someone can tell me why?
I'm running the following script to assist with a Selenium QA project: While true WinWait("Authentication Required") If WinExists("Authentication Required") Then...
View ArticleNot able to maximize firefox windows
I used this code, but it doesn't work? Func Clicker() WinActivate('[CLASS:MozillaWindowClass]') WinSetState("[CLASS:MozillaWindowClass]", "", @SW_MAXIMIZE) EndFunc
View ArticleGUICtrlSetResizing question
Hi It's the fist time i'll try to make a gui resizable and i have a problem with it. Check this: #include <GUIConstantsEx.au3> #include <WindowsConstants.Au3> $hGUI = GUICreate("I'm a...
View ArticleIE error handling
I use my own function for error handling Global $o_AutoIt_MyErrFunc = ObjEvent("AutoIt.Error", "_AutoIt_MyErrFunc") but when I use ie.au3 UDF then i have that message in console --> IE.au3...
View ArticleHelp on browsing bot
Hi everybody! i'm new on AutoIt. I'm posting this thread because I want to learn create easy bot in wap browsing. I want that script just simlpy open IE, autologin, then press on links, and then just...
View ArticleCheck all removables for a file then do action - Error :(
Hey, I got a little problem while making a little tool. It works this way: You plug in a removable drive (USB) and as soon as it get's plugged in it checks for a file called "password.dat", if it...
View ArticleNeed help sources inside
I will start that post like all my others sry for my bad english and HI! Ok everyone i got that script AutoIt expandcollapse popupOpt("MouseCoordMode", 0) Opt("PixelCoordMode", 0)...
View ArticleHuffman Trees - finding the prefix codes
Hi all, I understand the underlying concepts behind the generation of a Huffman Tree and can do it on paper; the problem is converting the concept into a routine/program. This is what I'm hoping to...
View ArticleNeed help clicking on a button on webpage
Hey All. Hoping someone with more web experience can help me out. I have a Go button and it show's up in the outer HTML as the below. I only see the class. It's not an input with an ID. There are...
View ArticleNeed easy help
hi all i was watching this vidhttp://www.youtube.com/watch?v=4comGjTLGe4it must move the mouse when arrows are clicked my code: AutoIt expandcollapse popupHotKeySet("(UP)", "up")...
View Articleneed to open a folder... almost embarressed to ask... lol
all I need it to do it open a folder... (c:\temp folder for example)... im not pro but ive written many scripts and out of all the scripts i've written, I've never had to open a folder to present it to...
View ArticleFrames - More Questions
Hi, Having some issues with frames: #include <IE.au3> _IEErrorHandlerRegister() $oIE = _IEAttach("Advanced") Local $oFrames = _IEFrameGetCollection($oIE) Local $iNumFrames = @extended For $i =...
View Article[Help] Proxy Server
Hi this is my first post I am a newbie and i want to make proxy server with http headers almost like privoxy and fiddler with localhost and port 8080 and forward it's over http/https proxy and how i...
View ArticleERROR: undefined macro. If @OSArch =
i just got a new windows 7 64 bit machine at work. I get a error when complilling with #include <AD.au3> excerpt from console: \\xxx\\Auto It\Include\AD.au3(423,15) : ERROR: undefined...
View Article