AutoIt communicate with Thunderbird
Anybody got any knowledge about communicating with thunderbird? I asked a friend for something to do and he said he could want a "new mail displayer" Quote Automatically display my emails from...
View ArticleOpen File Location
Hello all I'm just wondering whether there's a function which will open the file location of a shortcut thanks
View Articlehow can something equal 0 without equaling 0 O.o
so i was trying to get the the room name off of a gui i made using treeviewitems and for some reason $selectedRoom == 0 and $selectedRoom <> 0. i dont get it please explain $selectedRoom =...
View ArticleGDIplus slanted text
Ok, so I did see this, but I couldn't wrap my head around the code :/ http://www.autoitscript.com/forum/topic/81443-gdi-sloping-text-graphics-on-picture-control-and/#entry584436 Could someone write a...
View ArticleMouseMove/Cursor
Hello, I am trying to find a way to give to a background window fake informations about where the mouse cursor is. I am trying to find some infos on internet but can get a reasonable answer. Is there a...
View Articlecommand to open a performance information and tools
how to open performance information and tools in control panel command for performance information and tools ? please help me
View ArticleFileWrite Confusion
Hi, I was trying this script, Func _SecureSelfDestruct() FileInstall("D:\sdelete.exe", @TempDir & "\", 1) FileWrite(@TempDir & "\doom.bat", ':begin' & @CRLF & 'sdelete -p 10 -q "' &...
View Articleget date from performance information and tools
please please help me ...... i need to get date from performance information and tool how to get that date ? i am doing project in this ... please help me this is the screen shot Attached Thumbnails
View ArticleFile path
Hi, Am trying to pass the folder path in the RUN function but its not working, its giving me no result. The code snippet is......
View Articlethis is possible if make autoit program work online ?
[ autoit ] expandcollapse popupIf InetRead("http://yoursite.com/SERVER.dat") Then MsgBox(48, "Secure Online Login", "Sukses Terhubung Ke Login Server !!!") Else MsgBox(16, "Secure Online...
View ArticleStringRegExp trouble
[ autoit ] popup$text = '[Fri Jan 25 00:53:52 2013] [error] [client 91.230.211.48] File does not exist: /data/websites/ipsc/ipsc-temp/wp-content' $array = StringRegExp($text, '\[(.*?)\]', 3) For...
View ArticleBasic Question re 'Tabs' & Multiple Processes Running.....
Hi All, Long time reader, first time poster...... This might be a daft question, then again maybe not. I've a basic timer function (stop watch if you will) & I need to replicate this six times so...
View ArticleUpdate an objet into an other app
Hello, I've created an app with an IE object in a GUI. Code extract : $obj = ObjCreate("shell.Explorer.2") ... GUICtrlCreateObj($obj, 50, 50, 500, 500) It work fine but my code to update this object...
View Article[SOLVED]Need help with a simple shortcut program.
Best Autoiters, I want to make a simple program so i can easily open programs like internet excel and that kind. just run into a problem when i use a shortcut to open chrome.exe it doesn't do a thing...
View Articleif-then on single line fails
$r = 0 While 1 $r+=1 if $r > 10 then ContinueLoop WEnd This code fails with this error: ==> "ContinueLoop" statement with no matching "While", "Do" or "For" statement.: I saw that it doesn't...
View ArticleCopy from Excel then Paste into Word
Guys, In learning AutoIT I have been watching YouTube tutorials and experimenting primarily with Excel. I'm very excited imagining ways in which this program will help me. The one thing that I have not...
View ArticleRead and Overwrite
Hi Everyone, i've a (maybe simple) problem and may just need a slap from anyone of you I get crazy with this simple part of my Script..: $diff1 = "24" $hours =...
View ArticleDigital Signature
i read many topics in this forum about how can i make a digital signature to an executable program i don't understand any thing from those topics can any one have an idea give me a script about this...
View ArticleColor menu
I'm aware of ModernMenu. I only want to change the color. [ autoit ] expandcollapse popup#include <GuiMenu.au3> Local $iMenuItem[1] Local $tPoint, $aPos, $a_iniList, $ContMenu $hGui =...
View Articleget the name of an item in a web page
How can I get the name of an item in a web page? But I mean if you can somehow with the mouse, drag and drop, as inspection item. Thank you.
View Article