Issue With Being Stuck In Loop
I have a bit of code in a script that I need to loop x number of times based on what number is entered into a specific input box. The number that is put in that input box also determines how many...
View ArticleStringRegExpReplace on HTML not working
Hi, I'm trying to get a part of the html source using regex. [ autoit ] popupStringRegExpReplace($Body, '^.*?<table id="content">(.*?)</table>.*$', '$1') However, I get displayed the...
View ArticleExcel file Opened and Closed still remained in Task Manager
I have used the following code to open and close an excel file after working in it, but after the file is closed I checked the task manager it shows EXCEL.EXE * 32 in the process tab. Is there a way to...
View ArticleSQL & @error
Alright, I'm bashing my head in on this one. Can anyone give me a hint as to why @error isn't catching when an invalid server is provided? Instead, the script quits and provides this error:...
View Articlesmall help here
i see this script in form and it work great but i neet the web page start heddin [ autoit ] popup#include $oIE = _IECreate() _IENavigate($oIE, "file:///" & @DesktopDir &...
View ArticleMouse goto highlighted text
Hey all Im very close to finishing my two week task just when I ctrl + f and search for something Any ideas, how can I get the mouse to move where that highlighted text it? Almost finished included is...
View ArticleWorking with FireFox
Hi, How can I implement this IE functions in FireFox: [ autoit ] popupLocal $oTable = _IETableGetCollection($oIE, 0) Local $aTableData = _IETableWriteToArray($oTable, True) $iIndex =...
View ArticleTrouble with simple server/client
Hello all, I'm having some trouble with the following. Being new I went through the examples and fired up some code. Now I have the following server ( just the basic one as written in helpfiles). My...
View Article[SOLVED] stdoutread() question
[ autoit ] popupListOnline() Func ListOnline() Local $foo, $sActiveLine, $sLine $foo = Run(@ComSpec & " /c net view ", @SystemDir, @SW_HIDE, 2) While 1 $sActiveLine = StdoutRead($foo) If...
View Articlefileinst
A bit stupid, but I didn't find anything about this : I want to use fileinstall to extract a file to a destionation.I want this destination to be the Temp folder (Users\UserName\AppData\Local\Temp),...
View ArticleHelp with SMTP mail
Let me start by saying this was working. We just migrated from Novel Groupwise to Exchange. On Groupwise the following worked to send mail... #include <_INetSmtpMailCom.au3> Global $SmtpServer =...
View ArticleIs there any script working/emulating the VNC tool?
do you know of any scritp that I can use to allow other users on the network to see my screen? I think you guys are familiar with VNC or TeamViewer, just looking for something like that with AutoIt....
View Article[Solved] AutoIt Stops
Shouldn't AutoIt stop running the scripts once it reach the end unless you code it to repeat scripts if it's reach the end of script? I tried LoopEnd, but that doesn't stop it.
View Articlecreate a "quick search" listbox under an inputbox
hello: Am trying to insert a listbox under an inputbox, the idea is that when the user write a letter or any string value, then automatically appear the listbox with the matching results. I was traying...
View ArticleHelp with filefinder.
Hi all. Anyone knows how to find a specific filename anyware on the systemdisk other then to loop trouh every singel folder and search for it. Is there a way to use FAT table or something? (in windows...
View ArticleHash file int a variable
Hello forum, from _Crypt_HashFile example that comes with Autoit, I would like to write in the console as it appears on the GUI and put into a variable the return value of the function. I attempted to...
View Articlesqlite progressive id questions
hi guy in mysql for adjust a progression id we use this example: ALTER TABLE fattura AUTO_INCREMENT = 127; is psossible the same in sqlite ???
View ArticleHotKeySet() gets keys stuck
HotKeySet("^!l", "blah1") ;ctrl alt l While 1 Sleep(100) WEnd Func blah1() Send("poop en{ENTER}") Send("poop en{ENTER}") Send("poop en{ENTER}") Send("poop en{ENTER}") Send("poop en{ENTER}") Send("poop...
View ArticleNeed help with GEngin
Hello! You must apply Angles relative coordinates, and then turn about yourself. The first part is solved: [ autoit ] popup_GEng_Sprite_OriginSet($_rFxMemP[3], (($_rFxMemU[1])-$_rFxMemP[6]),...
View Article