Router or Modem connection?
How can I determin how a person is connected to the internet? Example: I wana know if someone is behind a router or just directly connected to a modem. I need to know this because I have a problem...
View ArticleIn SciTE, can one view a file while temporarily disabling edit functions?
In SciTE, can one view a file while temporarily disabling edit functions? A lot of times I'll have files open for reading, but not for changes. This could be a UDF, a system library include file, or...
View ArticleWhere do you go to find UDFs? How can you tell what's out there?
Is there such a thing as a library of UDFs? I've been using AutoIt for a couple of years now, but I've only figured out how to leverage UDFs recently. In particular, I've had fun with AutoItObject...
View ArticleRecursion Level Exceeded
Hi all, Situation: While running my script under UAC off everything runs fine like it should, but with UAC turned on (max) i get: C:\Program Files\AutoIt3\Include\date.au3 (470) : ==> Recursion...
View ArticleEnd program when any key is pressed
I need to quit my program when any key or mouse button is pressed, except for hotkeys and simulated key strokes.
View ArticleCreate an ODBC connection and use table
Hello at all, i'm looking for a way to create ODBC connection with AutoIt and Take the e-mail addresses from the Table to my hotmail account. I cant find something relevant ... if someone have...
View Articlestoring the selected value from a drop down to a variable
All, I need to store the selected value from a drop down to a variable in a webpage. I can select that value in that combobox using _IEFormElementOptionselect($FundHouse, 2, 1, "byIndex") but after...
View ArticleHelp with a simple notepad tutorial please?
Hi Guys, So I'm going through a basics tutorial for AutoIT (Original by Alex Peters (LxP)) and I've come across a hitch on one of the first scripts. I'm using the SciTE4AutoIt3 editor. The script...
View Articlehow can i run this via auto it
hi can you tell me how can i run cscript.exe with these arguments using a autoit script currently i'm using a batch file to run this "C:\Windows\System32\cscript.exe" "C:\project\rohit.vbs"...
View Articlehow to windows 8 transformation pack 6.5 silent install
how to windows 8 transformation pack 6.5 silent install ?? down :http://www.tamindir.com/indir/MjAxMy0wMS0xNCAxODozOTowMQ==/windows-8-transformation-pack/windows/6.5
View ArticleTiming
Hi all. I am working on a script that has many parts to it. The application is an in house developed type, (home grown) which requires Oracle 11gr2. In my script below, the installation of Oracle with...
View ArticleChange screen settings
Is there a known way to just change an ini file or something to change screen settings? My graphics card only supports dvi & hdmi or dvi & vga So when i want to watch videos on my tv, i have to...
View Articleif not working correctly
Hi All, I am trying to automate some websites but I am facing an issue trying to validate if the login screen is been shown or not. Local $userName = 'user' Local $password = 'password' Local $oIE =...
View ArticleOutlookEX - should it support user properties?
At the moment the OutlookEX UDF only supports properties (ItemProperties) defined my Microsoft for all kind of items (mail, appointments etc.). Some applications add User Properties to items to store...
View ArticleGUICtrlSetData into editbox
hi i'm trying to put the results of a port scan in a editbox no luck tho trying to use GUICtrlSetData($scannn,$port & " - Unable to connect - Wrong Address." & @CRLF)) dose not seem to want...
View ArticleBetter control with InetGet
I have created a script with Autoit, its just a simple script to retrieve some manga information from website and for viewing the pages. Then i'm starting to create a script for downloading pages to...
View Article$boolean = -1, If $boolean Then ... True? wtf?
[ autoit ] popup$bBool = -1 If $bBool = True Then ConsoleWrite("True " & $bBool) ElseIf $bBool = False Then ConsoleWrite("False " & $bBool) Else ConsoleWrite("Else " & $bBool) EndIf...
View Article.EXE in program files can't access pictures in same directory.
Hey guys, I have a small program which has two different background pictures displayed at two different times. I have requireadmin turned on in the script, so it does the UAC prompt. Now for testing...
View ArticleSyntax Checker
Hi everybody In previous versions, I could check my script with CTRL + F5. In version 3.3.8.1, what is this command? Thank you in advance and sorry for my bad english
View ArticleUse DisplayLanguage instead of OSLanguage
Hi there, in my enterprise environment we are deploying our Windows 7 Clients to our subsidaries in Germany, USA, China, .... For corporate client deployment we are using one image for all countries....
View Article