| Author |
Message |
Topic: Mouse Clicks |
Tilex
Replies: 11
Views: 588
|
Forum: Ask for Help Posted: Sun Sep 19, 2010 12:17 pm Subject: Mouse Clicks |
ahh.. here we have the syntax:
MouseClick [, WhichButton , X, Y, ClickCount, Speed, D|U, R]
f.e.:
MouseClick, left, 300, 450, 2 ;doubleclick on 300/450 |
Topic: Mouse Clicks |
Tilex
Replies: 11
Views: 588
|
Forum: Ask for Help Posted: Sun Sep 19, 2010 12:15 pm Subject: Mouse Clicks |
after the keyword "loop" you have to specify a number, how often the loop has to repeat the code.
the sleep command works with milliseconds.
Sleep, 5 means 5 milliseconds.
if you want t ... |
Topic: [solved]send doesn't work with win-key (windows7) |
Tilex
Replies: 2
Views: 335
|
Forum: Ask for Help Posted: Sun Sep 19, 2010 12:07 pm Subject: [solved]send doesn't work with win-key (windows7) |
thank you very much.
that serves my needs
I see key-down and key-up on my Win7 PC. Perhaps your keyboard hook is mistaken.
with that code I only see a key-down event, but not key-up:
Send, ... |
Topic: [solved]send doesn't work with win-key (windows7) |
Tilex
Replies: 2
Views: 335
|
Forum: Ask for Help Posted: Sat Sep 18, 2010 6:58 pm Subject: [solved]send doesn't work with win-key (windows7) |
Hi there.
I have the following code to lock my workstation with a custom key:
SC112::
{
;Lock Workstation
Send, #l
return
}
it just sends windows key and "L" ... |
Topic: Add ToolTips to controls. |
Tilex
Replies: 35
Views: 8035
|
Forum: Scripts & Functions Posted: Mon Jun 01, 2009 8:05 pm Subject: Add ToolTips to controls. |
first to say: thanks for that feature
but I have one problem:
I want to set a tooltip for an edit-box, which is disabled.
How do I do that? It only shows the tooltip, when it is enabled again. ... |
| |