AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 117 matches
AutoHotkey Community Forum Index
Author Message
  Topic: ; in a script
enrica

Replies: 3
Views: 553

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 10:12 pm   Subject: ; in a script
you welcome,
You must escape also:


`(
`)
{{}
{}}
{+}

and maybe other. if "`" not work, use "{}"
cuduro = javascript ...
  Topic: ; in a script
enrica

Replies: 3
Views: 553

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 9:51 pm   Subject: ; in a script
escape-it`;
  Topic: Explorer Post Message (Sort By modified, size, name, etc)
enrica

Replies: 3
Views: 1173

PostForum: Ask for Help   Posted: Mon Nov 17, 2008 9:34 pm   Subject: Explorer Post Message (Sort By modified, size, name, etc)
this?PostMessage, 0x111, 28715,,, ahk_class CabinetWClass ; List
PostMessage, 0x111, 28716,,, ahk_class CabinetWClass ; Details
PostMessage, 0x111, 28717,,, ahk_class CabinetWClass ; Thumbnails
Pos ...
  Topic: Cercasi traduttori per il progetto www.autohotkey.it
enrica

Replies: 6
Views: 1259

PostForum: General Chat   Posted: Fri Sep 29, 2006 8:53 pm   Subject: Cercasi traduttori per il progetto www.autohotkey.it
Io partecipo volentieri, ditemi cosa devo fare, grazie. Smile
  Topic: Executing scripts by clicking an icon
enrica

Replies: 8
Views: 757

PostForum: Ask for Help   Posted: Sat Sep 09, 2006 2:40 pm   Subject: Executing scripts by clicking an icon
Ricardo spoken = obrigado
Enrica spoken = obrigada
Very Happy
  Topic: Empty trash
enrica

Replies: 22
Views: 1459

PostForum: Ask for Help   Posted: Fri Jun 02, 2006 10:11 am   Subject: Empty trash
FileRecycleEmpty
FileRecycleEmpty, C:\
FileRecycleEmpty, D:\
FileRecycleEmpty, E:\
  Topic: Big problem
enrica

Replies: 4
Views: 581

PostForum: Ask for Help   Posted: Wed May 31, 2006 10: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: 772

PostForum: Ask for Help   Posted: Wed May 31, 2006 9: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: 936

PostForum: Ask for Help   Posted: Sat Apr 29, 2006 8: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: 742

PostForum: Ask for Help   Posted: Tue Apr 18, 2006 2: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: 564

PostForum: Ask for Help   Posted: Tue Apr 18, 2006 10: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: 564

PostForum: Ask for Help   Posted: Tue Apr 18, 2006 1: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: 1449

PostForum: Ask for Help   Posted: Mon Apr 17, 2006 8: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: 1449

PostForum: Ask for Help   Posted: Mon Apr 17, 2006 1: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: 672

PostForum: Ask for Help   Posted: Sat Apr 15, 2006 11:23 am   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 ...
 
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group