| Author |
Message |
Topic: Cercasi traduttori per il progetto www.autohotkey.it |
enrica
Replies: 6
Views: 840
|
Forum: General Chat Posted: Fri Sep 29, 2006 9:53 pm Subject: Cercasi traduttori per il progetto www.autohotkey.it |
Io partecipo volentieri, ditemi cosa devo fare, grazie.  |
Topic: Executing scripts by clicking an icon |
enrica
Replies: 8
Views: 477
|
Forum: Ask for Help Posted: Sat Sep 09, 2006 3:40 pm Subject: Executing scripts by clicking an icon |
Ricardo spoken = obrigado
Enrica spoken = obrigada
 |
Topic: Empty trash |
enrica
Replies: 22
Views: 728
|
Forum: Ask for Help Posted: Fri Jun 02, 2006 11:11 am Subject: Empty trash |
FileRecycleEmpty
FileRecycleEmpty, C:\
FileRecycleEmpty, D:\
FileRecycleEmpty, E:\
|
Topic: Big problem |
enrica
Replies: 4
Views: 279
|
Forum: Ask for Help Posted: Wed May 31, 2006 11:24 am Subject: Big problem |
#MaxThreadsPerHotkey 2
StartLoop:= false
^'::
StartLoop:= !StartLoop
If StartLoop
{
Loop
{
send, {f12}{f1 ... |
Topic: Leaving SplashImage On? |
enrica
Replies: 2
Views: 242
|
Forum: Ask for Help Posted: Wed May 31, 2006 10:30 am Subject: Leaving SplashImage On? |
#Persistent
Splashimage,,b w222 h33 x333 Y222 cw848883 ct911083 m9 b fs19 zh0, Persistent!
Return
|
Topic: Ad hoc macro record and play? |
enrica
Replies: 2
Views: 480
|
Forum: Ask for Help Posted: Sat Apr 29, 2006 9:39 pm Subject: Ad hoc macro record and play? |
I try this and work fine! (Thank you Skrommel)
http://www.donationcoder.com/Software/Skrommel/DoOver/DoOver.ahk
Record and playback keyboard and mouse actions.
Features:
- User defined hotkeys ... |
Topic: Un_installing Autohotkey |
enrica
Replies: 4
Views: 317
|
Forum: Ask for Help Posted: Tue Apr 18, 2006 3:26 pm Subject: Un_installing Autohotkey |
Version 1.0.43.08 -- April 17, 2006 (see changelog)
AutoHotkey (1665 KB): It is not necessary to uninstall your old version first. |
Topic: Setting mouse click instead of key? |
enrica
Replies: 3
Views: 267
|
Forum: Ask for Help Posted: Tue Apr 18, 2006 11:04 am Subject: Setting mouse click instead of key? |
I'm not sure to understand..
Try this:
LButton::
Loop
{
Sleep, 10
GetKeyState, state, LButton, P
if state = U
break
MouseClick, left,,,
}
return |
Topic: Setting mouse click instead of key? |
enrica
Replies: 3
Views: 267
|
Forum: Ask for Help Posted: Tue Apr 18, 2006 2:06 am Subject: Setting mouse click instead of key? |
Try this:
LButton::
MsgBox, wow!
Return
or:
~LButton::
MsgBox, wow!
Return |
Topic: Green blinking diode displayd in the GUI- need some help |
enrica
Replies: 20
Views: 849
|
Forum: Ask for Help Posted: Mon Apr 17, 2006 9:50 am Subject: Green blinking diode displayd in the GUI- need some help |
Try this:SetTimer, GreenLed, 800
Gui, Add, Picture, x156 y80 w540 h190, C:\ron.jpg
Gui, Add, DateTime, x386 y420 w90 h20,
Gui, Add, Button, x526 y420 w200 h30, email_me
Gui, Show, x15 y21 h3 ... |
Topic: Green blinking diode displayd in the GUI- need some help |
enrica
Replies: 20
Views: 849
|
Forum: Ask for Help Posted: Mon Apr 17, 2006 2:01 am Subject: Green blinking diode displayd in the GUI- need some help |
This is primitive but work...
Loop,
{
SplashImage,C:\icons\RoundiconSmall.ico, b x600 y300 fm5 wm10
Sleep, 999
SplashImage,C:\icons\RoundiconBig.ico, b x600 y300 fm5 wm10
Sleep, 9 ... |
Topic: how to go to multiple site in one firefox tab? |
enrica
Replies: 3
Views: 334
|
Forum: Ask for Help Posted: Sat Apr 15, 2006 12:23 pm Subject: Re: how to go to multiple site in one firefox tab? |
how to go to multiple site in one firefox tab?
Maybe you mean: in the same window?
In FF > tool > option > advanced > tabbed browsing > a new tab in the most recent window
And: sele ... |
Topic: search a word (and 10 lines before and after) in txt file |
enrica
Replies: 8
Views: 511
|
Forum: Ask for Help Posted: Wed Apr 12, 2006 1:18 am Subject: search a word (and 10 lines before and after) in txt file |
Pasukun, Garath & PhiLho, Thank You very much!
I know, is late! (in my dear Old Europe)
Yours efforts are very much appreciate!
Every solution work very well, now, the only thin ... |
Topic: search a word (and 10 lines before and after) in txt file |
enrica
Replies: 8
Views: 511
|
Forum: Ask for Help Posted: Tue Apr 11, 2006 9:18 pm Subject: search a word (and 10 lines before and after) in txt file |
Thank you, garath.
Now I'm stuck here:
FileRead, var, C:\H\xyz.txt
InputBox, UserInput,. search , , , 200, 85, 300, 380, , , sleep
StringGetPos, pos, var, %UserInput%
MsgBox, T ... |
Topic: search a word (and 10 lines before and after) in txt file |
enrica
Replies: 8
Views: 511
|
Forum: Ask for Help Posted: Tue Apr 11, 2006 8:45 pm Subject: search a word (and 10 lines before and after) in txt file |
Hi, everybody,
With this one i find a line content a "userinput" word, is possible see also the 10 lines before and after the searched word?
InputBox, UserInput,. search , , , 200, 8 ... |
| |