| Author |
Message |
Topic: a simple mouse gesture script |
vital
Replies: 0
Views: 596
|
Forum: Scripts & Functions Posted: Sun Nov 04, 2007 3:56 pm Subject: a simple mouse gesture script |
only 8 gestures. i have a poor english ,so ......
#singleinstance force
#noenv
SendMode Input
Rbutton::
MouseGetPos , sposX , sposY
loop
{
if A_TimeSincethisHo ... |
Topic: how to get scroll position and set the position in IE? |
vital
Replies: 1
Views: 159
|
Forum: Ask for Help Posted: Wed Aug 08, 2007 12:22 am Subject: how to get scroll position and set the position in IE? |
how to get scroll bar position and set the position in IE/firefox?
thanks |
Topic: OnClipboardChange label eventually stops responding |
vital
Replies: 14
Views: 571
|
Forum: Ask for Help Posted: Sat Jul 28, 2007 7:57 am Subject: OnClipboardChange label eventually stops responding |
| i had seen the same problem , but i don't know how to diagnose it . |
Topic: how to get current cursor positon? |
vital
Replies: 3
Views: 208
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 7:12 am Subject: how to get current cursor positon? |
in edit control,in office word,and so on.
thanks |
Topic: what is wrong? |
vital
Replies: 2
Views: 156
|
Forum: Ask for Help Posted: Thu Jun 14, 2007 4:16 pm Subject: what is wrong? |
var := "adbkd%appdata%dkk%windir%dgkkg%homepath%"
regexmatch(var, "%(.+?)%", regvar)
msgbox % regvar1 a_tab regvar2 a_tab regvar3
i think the result will b ... |
Topic: how to open system folders by run command like win+R |
vital
Replies: 8
Views: 257
|
Forum: Ask for Help Posted: Sun May 13, 2007 12:52 pm Subject: how to open system folders by run command like win+R |
when i press win+R and input "sendto",then windows open the "sendto" folder in explorer.
but i excute ahk command "run, sendto",that is wrong.
why run command don't sup ... |
Topic: Does gui edit control has a enter event? |
vital
Replies: 7
Views: 194
|
Forum: Ask for Help Posted: Wed Mar 21, 2007 6:06 pm Subject: Does gui edit control has a enter event? |
| thanks n-l-i-d and BoBo very much! |
Topic: Does gui edit control has a enter event? |
vital
Replies: 7
Views: 194
|
Forum: Ask for Help Posted: Wed Mar 21, 2007 3:45 pm Subject: Does gui edit control has a enter event? |
thans bobo
bui i do not want that.
example: i want input "calc" and press enter to run calc.exe, but when i input the first letter "c",the g-label was triggered at once. |
Topic: Does gui edit control has a enter event? |
vital
Replies: 7
Views: 194
|
Forum: Ask for Help Posted: Wed Mar 21, 2007 3:18 pm Subject: Does gui edit control has a enter event? |
the gui has not any button,only a edit control. i want that when i input any text then stroke enter key, trigger a label.how can i do?
thanks |
Topic: double-byte characters such as Chinese in hotkeys |
vital
Replies: 1
Views: 175
|
Forum: Ask for Help Posted: Wed Dec 06, 2006 1:49 pm Subject: double-byte characters such as Chinese in hotkeys |
such as
(chinese characters is here)::run notepad
then display a warning and end the auto-execute section. |
Topic: get the activate window's command-line |
vital
Replies: 2
Views: 274
|
Forum: Wish List Posted: Tue May 30, 2006 3:04 pm Subject: get the activate window's command-line |
would you add a option to "winget" so i can get the
window's command-line?
for example: "c:\windows\system32\notepad.exe c:\test.txt"
'hh.exe "E:\Program Files\AutoHotkey ... |
Topic: Favorite Folders popup menu that you can change on the fly. |
vital
Replies: 148
Views: 22810
|
Forum: Scripts & Functions Posted: Mon Oct 17, 2005 10:20 pm Subject: Favorite Folders popup menu that you can change on the fly. |
| would you add its icon to each menu item ? |
Topic: primitive lock |
vital
Replies: 5
Views: 2050
|
Forum: Scripts & Functions Posted: Mon Oct 17, 2005 1:04 am Subject: primitive lock |
thank enrica!
i want to add another function, that is a tooltip "lock the computer 2 minutes later!" appearing,then lock. How can i do ? |
Topic: can a function detect when a web page is finished loading? |
vital
Replies: 3
Views: 979
|
Forum: Wish List Posted: Sat Oct 15, 2005 4:33 am Subject: can a function detect when a web page is finished loading? |
would you add a function only with a url parameter to detect when a web page is finished loading ? i know Macro Express 3 can do it.
A certain page is framed, then the "done" text appears in the ... |
Topic: primitive lock |
vital
Replies: 5
Views: 2050
|
Forum: Scripts & Functions Posted: Sat Oct 15, 2005 4:18 am Subject: primitive lock |
i want to automatically unlock 2 minutes later,how can i do?
thanks |
| |