Why does this little _IE script crashes AutoIT?
Why does the following code crashes AutoIT? (Windows 7 64bit - IE10) [size=4] [/size] #include <IE.au3> $oIE = _IECreate("http://www.abc.com") ObjEvent($oIE,"IEEvent_","DWebBrowserEvents2")...
View ArticleStarting Skype video call with Skype4COM
Hi, I've got a script created in AutoIT, using the Skype4COM API to automatically dial another Skype user when a specific keystroke is pressed. Once the call is established, I then use the API to...
View ArticleAlign a label vertically
Hi all, I would know if it's possible to align a label vertically ? Thanks
View ArticleTray icon when startup.
Hello my friends. I have problem with my script. When i excute my cript, i click tray icon, script work successfully( show gui ). But if i logoff my computer and then i logon, script run with startup,...
View ArticleProblem ControClick,For
Ehi guys,i starting to tell you that i'm italian so my english is not very good. I'm using the controlclick to create a bot for a game. The problem is: In the case sometimes the controclick doesn't...
View ArticleInclude .png images from resource
Hi all, I've got difficulties displaying a .png image from resources. The snippet below reproduces the error. I've tried 4 scenarios:$from_source = 0, run from script --> OK$from_source = 0,...
View ArticleHow to call function of checkbox of array ?
Hi, I have a problem to call the function with it's name. I created multiple checkbox with the array, then when I want to read the state of checkboxes, I can't recover it. In this program, I want to...
View Articlehow to suspend a threads of proccess ?
i want any1 to help me the process for example is azo.exe and the threads is ntdll2.dll!RtlMoveMemory i searched alot in google but thing coudnt find
View ArticleHow to Consolewrite GUI user input
Hi, Im new to AutoID and ive just been messing around with it as im going to be using AutoID for a project. Ive managed to create a GUI with some simple buttons, Im trying to make it so when you click...
View ArticleAny auto drawing bots?
Is there any bots out there that can scan an image and draw it on anything? or is there a tutorial on how to make one? Thanks!
View ArticleClose a window during download
How to close a window chen a download is in progress ? And I can also click on any button. Button has'nt effect... I tested with exit, winkill, inetclose and guidelete, but nothing
View ArticleAny advantages of using DllOpen ??
Do you guys know why or when to use "DllOpen" ( opening the needed dll ) before calling a function via DllCall ? Why I think that its still a good idea : - because errors or problems can appear when...
View ArticleMy script hotkeyset doesn't respond
Hey so , hotkey that i have set here doesn't respond when i press the key i set it to which is X in this case , anyone know why? HotKeySet("x","bf") func bf() sleep(300) Send("{1}") Send("{SPACE}")...
View ArticleMy source file is corrupted HELP
A large portion of my navigation script is corrupted. Its a bunch of giberish and odd characters. All have left is the final app for reference. Can I decompile my app? I dont know where to begin to...
View ArticleHow to include scripts in a post
One of your strong suggestions in your rules is to include scripts in a post. But you neglected to provide instructions in how to do that. There must be some instructions somewhere. I did see...
View ArticleHow to pick between 2 windows ?
Basic send example : msgbox (1,"Ready ?","Send 1 every 3.5 ") While 1 ControlSend("[CLASS:GxWindowClass]", "" , "" , "1") Sleep(3500 ) WEnd This works but when you open 2 windows it only clicks on the...
View ArticleWindows disabled username
How disabled windows username? and how delete windows username? form link ==> http://www.autoitscript.com/forum/topic/54983-create-local-user-accounts/ #windows server 2003
View ArticleLeveraging AutoIT @ Work
I work in IT as most of you guys do. My job does not require me to know about scripting nor writing any sort of code. I recently used AutoIT to automate and work around some things that could be...
View ArticleFileCountLines incorect count
[ autoit ] expandcollapse popup#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: HD Script Function: Template AutoIt script. #ce...
View ArticleAdd lines to main line, until next main line?
I have a file that was pulled from an excel sheet - CVS. I need to add all the lines between the first all lines until the next format - I know clear as mud! Each main line begins with the following...
View Article