Volume Leveler?
I managed to dig up some old movies from my old hard drive, Turns out that the background music isn't really background music at all. What happens is that the voices of people are very soft and the...
View ArticleGrid
Hello Everyone. It is possible to get the data from the gridview (in website). Thanks lot in advance.
View Articlecmd with varible
Hey all, been having a bit of trouble, I need to run a cmd prompt then the following (note: line four needs to use the varible: $time) set path=C:\Program Files\Microsoft Visual Studio\VSS\win32...
View ArticleSo simple, but impossible for me! ActiveCell in excel with Autoit
Hello to everybody, what I want to know is which row and which column is the active cell in the file excel. I think it's really simple, but I've tried my best and I didn't succeed. I haven't find...
View ArticleSQL DB connection to autoit.
Hi All , I am facing an issue while connecting sql db with autoit . Actually I have tried all the solutions on this site but non of them worked . Specification : - Win 7 - AutoIt V3 - SciTE (...
View ArticleRecursive file/folder search - training exercise
I am new to the world of AutoIT and trying to get up to speed. I am currently stuck on this exercise. Recursive File Search: Allow the user to specify a folder location to search for all files or...
View ArticleAutoIt vs. PowerShell
Hello Everyone, I know that this is an AutoIt forum and that everyone here loves AutoIt (as I do). But, I was hoping that some of you whom might have experience with PowerShell could provide me with...
View ArticleAuto Login Bot Returning $_IEStatus_NoMatch
Hello all, I am a longtime AutoIT tinkerer, first time poster. I am trying to write a script to enter me into a drawing once daily. When I run the code below, I get the following notifications...
View ArticleScript that detect if the language is English or not -need help-
Hi all i want to make a auto it script that detect a language of a place on the screen, (maybe i make it copy a part of the text and user google translate to detect language ?) i want it to detect...
View ArticleRead Label Text from ThunderRT6UserControlDC
Hello, is there a way to read the visible label text from a ThunderRT6UserControlDC control? Apparently, it's not window text. I used window detective to identify the font style, but just not the...
View ArticleCombining Variable problems
When I hit button 1 the data it provides is ' & $GlobalVar8 & '' & $GlobalVar1 & '' & $GlobalVar2 & '' & $GlobalVar3 & '' & $GlobalVar9 & '' & $GlobalVar4...
View ArticleListBox Delete Selections - Is ListBox What I should Use?
Hi, What I want is an uneditable "box" that shows records (rows of text). Through Autoit magic the user adds row(s) and hopefully can delete row(s), but the content of the rows are not editable....
View ArticleHelp with comment script
I am trying to create a script that has the ability to visit a YouTube video and post a comment on my behalf. I am able to get the script to write text in the comment box, but I can not get the script...
View ArticleMYSQL: update query
Hello everybody, I wondering if somebody could check/help me with this code. I am trying to do an update query with mysql. When I use this code nothing is happening and no error AutoIt...
View ArticleKill Process
Well I have a following doubts when I will finish the process of any one software, works fine with my code more when I finish something more important to know it, sv, winlogon, antivirus, etc. gives...
View ArticleFix problem
Hello everyone, now i have done my script, but it works, but not everytime because of the software which is in my picture: So, sometimes i am getting this error, and i dont know how to make loop,...
View Article[Request]Merging 2 scripts
Dear Forum Users , trying to get 2 scripts to work under one script with a little Edit on the script itself to show additional info which is posted on the second script "Monitor Info" so instead of...
View ArticleHow to change tab and other properties?
As an example,If I want my script to open in Win 7 Control Panel\System and Security\System>Advanced System Settings>Performance>Settings>Adjust for best performance Which variables I...
View ArticleProblem with PSEXEC.EXE, ControlSetText on Windows Server 2008 R2
Hi, I am trying to use an AutoIt application run from PSEXEC.EXE on a Windows 2008 R2 server but have come across a problem with ControlSetText(). The Windows 2008 R2 server has User Account...
View ArticleSet hotkey an ASCII Character
Hello autoit forum , my z button broken so i want to press "<" key to send "z" character.But i could not. I tried this ; $Key = Chr(60) HotKeySet($Key,"z") Func z() Send("z") EndFunc while 1...
View Article