SOLVED:Why program shuts down
Welcome Why is the program shuts down??????? When I remove the code from line 50-64 then program is working but of course when I remove the code function paste from the menu doesn't work. AutoIt...
View Article_GUICtrlEdit delete lines
Looking for a way to delete lines. More specifically, the top line(s).
View ArticleCan write table content from a web page to excel using IE9 but not IE7
Hi! I have the following code to retrieve table content of a web page and write it to Excel 2007.It works fine with IE9, but nothing is written to he spreadsheet when I try to use IE7. Can someone give...
View ArticleExpand variable
Hi, Greetings to all forum members I'd like to get text from clipboard and send it as parameter of a windows program. The program is fart.exe, a command line utility to replace text inside files....
View Article[Help] How to call a function from a menu item ?
Hi I create a menu item to call a function to show a MsgBox()...but it is not warking.... Plz help me to fix it...here is my code Thanks in advance. $HelpMenu = GUICtrlCreateMenu("&Help")...
View ArticlePolar coordinate
Hi all, I'd like to make a polar coordinate system for a loading screen, but i don't have understand the math behind it ( i'm not good in math but i like programming ) This is the basic script:...
View ArticlePID to HWND
Well, I see this has been asked several times over the years ... I want to run Winows 8 File Explorer (I have the PID) and set the size of the window (I need HWND). I tried...
View ArticleHow to detect if windows is locked?
Hi, I need my script to pause if windows is locked and continue when unlocked. I don't know how to do it, any help is pareciated.
View ArticlePlease help for imagesearch about .. else code problem
;click this image if it isn't find above images... I have problem here :/ How can i do it ? I have else statement error... I have problem on "else" code... AutoIt expandcollapse popup #include...
View Articlesend stucks keys why ?
#include <Misc.au3> Global $hDLL = DllOpen("user32.dll") HotKeySet("{SPACE}","RSendHold") Send("{NUMLOCK on}") While 1 sleep(60) Wend Func RSendHold() If _IsPressed("26", $hDLL) Then...
View ArticlePrevent the function from taking values
I have a problem using this two functions "FileSelectFolder" and "_FileListToArray". Whenever I click cancel button on the "FileSelectFolder". It will store value to my variable. Is there anyway to...
View ArticleRunning multiple exe through Auto IT
Experts, I created an Auto IT package for running multiple packages . RunWait("\abc.exe" ) RunWait("\def.exe" ) When i run this scrpit both exe files are getting installed same time but i dont...
View ArticleRegEX Help Needed
I think this can be solve using RegEX, I think so, but I have no idea Let say I have some variable like this: $var1 = "cheap" $var2 = "32" $var3 = "6" $var4 = "6" $var5 = "8" $maintext = "price is...
View ArticleBMC Remedy combo option selection issue
Hi, I am trying to print the options of a combo box on BMC Remedy web portal by using below autoIT script , but nothing is printed $oImpact = _IEGetObjById($oIE, "arid_WIN_3_1000000163") $oImpacts =...
View ArticleAutomation of windows application is stopping and need to loop it when it stops
Hi All, the below script is getting stopped either FileWriteLine($file,"Error: Cannot Get the Handle of Image") OR FileWriteLine($file,"Error: Cannot get Handle of the output Image") please help...
View ArticleMouse pointer problem
Hi every one can someone can tell how to fix "loading" mouse pointer when runing InetGet function Simple script: While 1 $hDownload = InetGet("http://testurl, @TempDir & "\test.txt", 1, 1)...
View Articlerequesting Send() information
AutoIt expandcollapse popup#include <Misc.au3> Global $hDLL = DllOpen("user32.dll") HotKeySet("{SPACE}","RSendHold") HotKeySet("{F9}", "Terminate") Send("{NUMLOCK off}") While...
View Articletabsheet problem with listview destroy
hi gut i have little proble i have created a script with 2 tabsheet . in first tabsheet i have created a list view , when i clik one button i want destroy list view and recreate i use...
View ArticleObjEvent not executing function
I'm trying to receive events about incoming calls from a VoIP software (Mitel UC Advanced - in case somebody wants to know). There is a SDK available which consists of one DLL file...
View ArticleHow should I write the code structure for "fileopendialog" to ListBox?
Previously, I able to add files based on "FileSelectFolder" to the listbox. Now, I want to do the same thing but using "FileOpenDialog". Any clue to do it? AutoIt expandcollapse popupWhile 1...
View Article