Windows Context Menu?
I've been searching this for a while here on the forums, and i've found CMenu, but apparentely it doesn't work for Win7 x64. I'm trying to add the following in windows context menu: Menu (on file .exe,...
View ArticleRadio Buton Need Help
the problem is on Radio Buton if i choose checkbox 3 and Left " left is first , work" if i choose checkbox 3 and Middle dont work and continue to run like Left... why? [ autoit ] expandcollapse...
View ArticleUnattend Setup ?
What is the code for x86 and x64 unattended? How do I perform an unattended installation? please help!
View ArticleStringregexpreplace A Specifc Iinstance In A String?
Hi, Thank You for taking the time to read my post. Could someone please post a brief example of using StringRegExpReplace() to replace a word at a specific count. For example I'm trying to replace only...
View ArticleGetting Last Section From .ini
[ autoit ] expandcollapse popup; Write version.ini on ScriptDir for testing purposes FileDelete(@ScriptDir & "\version.ini") IniWrite(@ScriptDir & "\version.ini", "1.0", "URL",...
View ArticleDllcall Crashes The Gui
Hi all, the problem occurs with every dllcall that to do with the Extract Cab file, both Setupapi & AdvPack, here is an example using AdvPack [ autoit ] expandcollapse popup#include...
View ArticleHelp With This Code!
I made this code but it gives this error: "(29) : ==> "EndSwitch" statement with no matching "Switch" statement.: EndSwitch" Does anyone knows what it is the problem? #include...
View Article_Ispressed...code Error Or Bug?
Hi folks, problem is that this is only supposed to respond to Control key press, and it does, but also responds when i press R-ALT! Try it out... [ autoit ] expandcollapse popup#region ;****...
View ArticleHelp With Inetget
My code doesn't work and i don't know where it download the content! Help! #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GUIListBox.au3> #include...
View Article[Ask] Display Picture As Tooltip
Hi, All I have an inputbox that contain a path complete with a jpg filename. Is it possible when user move the mouse pointer to the inputbox, the application display the picture? Thanks in advance....
View ArticleReplacing The Text In A Webpage
Well, i have been using autoit for about 2 years now. I find it very fun and all, but i was never able to fully grasp the concept of _IE. Basically... my program will open up a webpage and then after...
View ArticleTcp
Hello, First of all sry for the tittle but i couldn't find something better atm. Ok so, i am trying to automate Chrome browser. I got the FF.au3 UDF and tried to change it in Chrome so i could make use...
View ArticleShellexecute Openeing Separate Instance Of The Application, Not In A Single...
Hi Friends, I'm new to autoit, started developing one small application but facing a problem before posting here i tried Google but not able to resolve, in my project, i'm trying to open KML files in...
View ArticleHwid Tool - Number Change When Reinstalled
hi. I made a little tool for getting the hardware ID, the problem is, that number is changed when the user reinstall his pc: [ autoit ] expandcollapse popup#include #include #include #include...
View ArticleCan You Help Me D:?
Hi I am New in Script and this is my script -zap- Why it works and the it puts "error parsing function call" Thanks if you can help
View ArticleRun A Java Script Program
Hello, Im trying to make a script for PokeMMO, but as soon as i try this code: Run("C:\PokeMMO-Client\PokeMMO.exe") I get the following error: I know this has something to do with the .jar that are...
View ArticleSearching Elegant Solution For Getting Mouse Coordinates
Dear fellow AutoIt users I am currently working on my first script because of personal interest, the script itself will most likely be useless and 'use for fun'. However I am currently stuck and Google...
View ArticleProblem with IE.AU3. It stopped working
I am new to this product. Some time ago I started to write a small script which can manipulate by one of our web based applications. Everything was ok and I am almost finished when all the sadden it...
View ArticleCapture Commandline output only first line
Local $answer = InputBox("Question", "Uptime for what Computer?", "", "", _ - 1, -1, Default, Default) $boottime = '"Boot Time"' Local $foo = Run (@ComSpec & " /k" & "systeminfo.exe /s" & "...
View ArticleText to Windows Based Form Program (Should I use AutoIt?)
Hi all, I wanted to get some suggestions on whether this tool is the right tool to use for my purposes. Basically I have a whole bunch of data in text format. I can put it in an excel, a word document,...
View Article