Turn screen off WITHOUT go to sleep in tablet with clover trail?
I have a windows tablet with win 8 full. The problem is the cpu.. whatever settings if you set to os, whenever screen gets off, cpu goes to sleep.. I have used many programs to do this.. So the real...
View ArticleSetting style non-autoit
Hi, I'm trying to setting ( in the example remove ) the style from a extenal Windows but not work this is my script: #include <WinAPI.au3> #include <Constants.au3> #include...
View ArticleIs it possible to pass the parameter from selenium to autoit script??
Hi, If yes please help. Thanks.
View ArticleMoving Controls around in an already created GUI
NO code, but a question...what is your method for adding a control in an already created GUI.Say you created your GUI, and then decided that there was something missing, and you wanted to put it in the...
View ArticleForm Auto submit with data from text file
I think I'm learning. I would like to submit this for review. I dont want to submit bad values to Untangle if my understanding is flawed. (I'm sure it is) Just working on the form part at the...
View ArticleFF.au3 click trouble
Hi, im using some code to login into my gmail, and the code works, but if i logout, when i try to login again, it writes the values correctly, but the click part gives out an error:...
View ArticleAdding Search Criteria to an existing Explorer Window
I have a need to input search criteria into an existing explorer window after opening it. What I have so far: 1. Prompt the user for the input string 2. Opened the explorer window to a specified...
View ArticleTrouble with Function in If then statement
I've tested my variable many different ways and I think there's a syntax problem that I just don't know how to deal with. How do you correctly start the _ie function in this statement? Is there a...
View ArticleSeeking reason why one transparent GIF works GuiCtrlCreatePic but another...
I found the following code in a forum post by newbiescripter, which displays a transparent gif "crosshair". #include <WindowsConstants.au3> $x = @DesktopWidth/2 - 13/2 $y = @DesktopHeight/2 -...
View ArticleTrying to shutdown Easy PHP and delete the directory
I've been trying to automate the shutdown and removal of Easy PHP for a few hours now with no luck. It's like a cockroach. I'd eventually like to run this on a computer that will be locked so I'm...
View ArticleWhat exactly is CLASSNN?
Hi! Here's what the help file has to say: CLASSNN - The ClassnameNN value as used in previous versions of AutoIt, such as "Edit1" So can someone explain what exactly does ClassNN hold or give...
View ArticleRegDelete fails on Server 2008 R2
I ran into an interesting behaviour with one of my scripts on Server 2008 R2. I have 2 programs. After the first program is done, it writes a registry key into RunOnce (it ends up on the Wow6432Node)...
View Article_IECreate Returns empty
Hi, I'm trying to automate a website login process. Everytime I use _IECreate("https://www.mail.google.com") it returns empty that is not allowing me to find Form other Input ids, Below is sample code...
View ArticleIncorrect results for Eval and case-sensitivity.
I was trying to add case-sensitivity to Yashied's function, but for some reason instead of returning 4 results for the second example it returns 5. What makes this even stranger, is if I change both...
View Articlerandom error
how can i fix errors in this script? how can i make it better AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <EditConstants.au3> #include...
View Article_GUICtrlAVI_Create not working
Hi, I have 1 video avi format and want it show on GUI But I am having trouble with _GUICtrlAVI_Create function, it does not work, the video does not show on GUI, I see many ways in the forum but no...
View ArticleUser Customized HotKeys
Hello everyone, I'm trying to setup my program to allow the user to customize the HotKey that they would like to use, as opposed to telling them which ones to use. The problem I've run into is...
View ArticleCommand Line
Is there a way that you could check the command line for a specific sentence? Such as abnormal program termination ?
View ArticlePull Data From Media Wiki Page
I'm trying to pull data from our internal media wiki page. I have a script that pulls the html and extracts the information, writes it to a file, throws it in an array, etc. This is to slow and...
View ArticleTime People Schedule Help!
I am trying to write a script that will eventually go into a GUI but for now I'm just trying to get the script to run. I am trying to see "Who's Working" according to the times. I am having trouble...
View Article