remove mail profile
Hi, I don't have a code snipet to post here just but I want to see if folks had any ideas about a script to remove mail profiles (GroupWise or Outlook) on a XP or W7 system. I had previously been...
View ArticleWinAPI_DuplicateHandle ?
Hi people. I found this script in example section but when i want to compile the script it throws that error Quote UDFs\WinAPIEx.au3(6723,104) : ERROR: _WinAPI_DuplicateHandle() already defined. Func...
View ArticleControlID TEXT help
Greetings! I'm trying to interact with a button on a form using the ControlCommand Function. All I want to do is see if this button is enabled or not. The button's text is "&Find" as determined...
View ArticleJump back into a cae where left off.
Is it possible to jump back into a case where you left off? I'll post some demo code with what i mean and i keep having ideas on how to do it but so far they have failed, even re-wrote the damn thing...
View ArticleScript as service and WP change at exact time
Well i don't like to be spoon feed but i cant do it guys. You see i want to make a script ran at startup as a service or just a background app.I wanted to be as a tray icon, and in christmas to have...
View Article_IECreate attaches to Maxthon browser no matter what param.
I am running the following code: #include<IE.au3> $sUrl = "http://www.google.com" $oIE = _IECreate($sUrl, 0, 0, 0, 0) _IEPropertySet ($oIE, "menubar", 0) _IEPropertySet ($oIE, "addressbar", 0)...
View ArticleCan't open webpage from IE, CloudFlare error.
Never mind, solved now. Sorry! Delete please. I am trying make a program that gaithers a users stats from a certain website; however, when ever I attempt to access the site via AutoIt (Meaning that...
View ArticleRemote Process Terminator - Please help!
Hello folks, I'm working on a simple AutoIT script that uses VB script/WMIC to kill a remote process. I have the GUI designed, but need a little help getting everything working together. On the Main...
View Articlerecursion error: no recursion in script but still calling the error
hey guys, I'm working with a script and it works perfectly fine for about 4 hours, after which to tosses a recursion error. I've looked through the code several times and at no time do i cause an...
View ArticleNeed Help with AutoIt Script. (Blob Image 5-5-5 BMP)
I am trying to find a simple way to replace images on an Innotab (kids vtech device) The images are stored in a SQLite database in Blob Format. The images are Bmp 5-5-5 (without a header) I am able to...
View ArticleSetting timer timestamp
Hi there, Recently, I had been working on TimerInit() and TimerDiff(), and I met a problem, so after I start a new TimerInit(), after a few mins of running, i need to change the timestamp of the timer...
View ArticleMake array subscript fail display error but avoid .exe crash?
Everytime with error: array subscript exceeded dimension range etc... causes exe to crash, is it possible to make the error display in the same manner but just avoid crashing? Does anyone know how?
View ArticleCountdown from tray that triggers something in exact time
Sorry to bother you again I have this countdown script which i want to trigger n action in an exact time. for example 2 hours before new year to pop up a png image with a message. How to make to be...
View Articlestringsplit
Hi. I got problems with this: [ autoit ] popup$test = GUICtrlRead($drag1) Local $days = StringSplit($test, "/") MsgBox(4096, "", $days[5]) my gui is drag and drop. So I drag a file into a box,...
View ArticleNeed some help with Winlist()
Winlist is a great little function but I am having trouble interpreting the results. The list is really, really long. If I "filter" it with the IsVisible it helps a great deal but there are still some...
View ArticleRight Clicking Program in Tray
Hi there, a new user of AutoIt so please bear with me!! Simply I'd like to right click a program in the tray area, in this case the program is Google Drive. Now sometimes the tray icon is in the main...
View ArticleInternet Explorer Proxy
I am trying to make a script to change the proxy on a few pc's throughout our organization that will need to point to a specific proxy server and port. The script below seems close but I am struggling...
View Articlehow to get email notifications for new answer to my topic in this forum
Despite I activated what seems to me a setting for permanently automatic email notification for my topics, I never get email notifications I'ld like to ALWAYS (without specific request) receive email...
View ArticleConfusing array filter
To tell you the truth, math is nowhere near my strong side, I'm having a lot of trouble getting this into my head, I don't know why it's not working and how to fix it... I've added a few comments that...
View ArticleRegWrite Help
Hi i need to change value to a DWORD into Windows registry, but the value that i must insert is expressed as hexadecimal (editing File.Reg is wrote hex:..... ) That I want realize is: Read original...
View Article