Hi,
Only just started using autohotkey and obviously out of my depth.
I want to script pressing a key to simulate holding down the right mouse button, rotate the mouse 180% then release the righ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can anyone provide a tip where to start troubleshooting when an obvious key stroke is not executed?
This is the problem: I successfully created a script changing settings in an English Internet Exp...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Here is my entire script, using a notepad file named test.txt to try sending a w down and w up keystroke to it while it's not active, doesn't work...
It's two separate hotkeys because the real wi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I'm beginner with AHK
I just try to write a surname with AHK
The following script doesn't work under Vista :
--
#p::
send, roland
--
It writes only "ro" then the it launches ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi!
I have a problem getting this to work every time when running the script created with AutoScriptWriter. Mouseclick coordinates tend to change after a while and the script stops working. I would...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need help with a macro to extract data from certain cells from a database (an Excel spreadsheet named MASTER) to another spreadsheet (an Excel spreadsheet named BETA)
In the MASTER spreadsheet is...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm not very familiar with AHK, but I just wanted to make a hotstring and from the help file I was left with the impression that SendInput will help me not to type anything by accident in the actual ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there any way to retrieve an image from the clipboard? The clipboard support documentation seems to claim text only but then mentions saving the contents of the clipboard even if it is not text.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I tried that, wont work.
Code: UrlDownloadToFile, http://uk.youtube.com/watch?v=-a59YO0Ypo0, %TEMP%\youtube.txt
sleep 5000
FileRead, html, %TEMP%\youtube.txt
RegExMatch(html,&q...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there a similar internal browser in Vista as this one mentioned below:
". . . The user d-man discovered a way to speed up displaying of the preview window. Instead of using a browser as pre...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How to make : i click one time right mouse button, script convert double or triple right click?
i need this script. i'm newbie so i don't write good scripts
Who is make script for me
Than...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everybody, I had posted another topic up here earlier trying to get two GUI's to look like one in order to separate my "Stop" button GUI from the main GUI which is displaying my result...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everybody
First of all, I have to tell you that my english is not very good, please be patient.
When if i eject the cd from cd drive while script is running(while copying files from cd driv...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How to get compiled script location and name ?
%A_WorkingDir% etc won't work...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to lock the script but it should be run when we click no one should access my script I need to give a password plz help me out
Thanks...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey there,
I've got a script that does some stuff like acrivating screensaver or putting the monitor into sleep mode. It reacts on hotkey and runs in the task bar.
when I press ctrl+alt+del on w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to lock the script but it should be run when we click and no one should access my script I need to give a password...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I want to make a Simple Brower that works like this: Here the code
Code: Gui, Add, Tab, x8 y10 w810 h670 , Tab1|Tab2
Gui, Add, Button, x16 y40 w100 h30 vGoToSite1, Go To Site
Gui, Tab,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How can I add a tool-tip for a menu-item in AutoIt GUI...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello-- I have a bunch of numbers, stored in Array like
NUMBER_1=34
NUMBER_2=100
NUMBER_3=14
NUMBER_4_102
... and so on
How can I most efficiently loop through this set, and identify which i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I am currently using ControlSend to send keystrokes to an application that might or might not have focus. Currently one of these keystrokes is {Down}, this sends the keystroke in rapid succe...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, when I run my script and close it by clicking on the windows (X) button on the GUI, the application does not shut down. I have to go into Windows task manager or close the desktray icon to actual...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI I am currently trying to run a rather simple script that will determine when a certain pixel is between a range of the color of green.
For some reason, it checks all the variables but moves right ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Run the following script, you won't be able to double click in any window matching the #IfWin criteria...it opens a properties dialog for this script, try to double click any of the selectable text (j...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
how to show the files sorted for size (descend) in ListView?
Code:
Folder = %A_WinDir%
Gui, Add, ListView, xm r36 w320 y0 vMyListView gMyListView, Name|In Folder|Size (KB)|Type
LV...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine