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 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: send requires me to hover the mouse over the active windows?
rejetto

Replies: 5
Views: 153

PostForum: Ask for Help   Posted: Sun May 11, 2008 7:07 pm   Subject: send requires me to hover the mouse over the active windows?
thank you Smile

Now I tried both


#a::ControlSend, MozillaWindowClass5, {RButton down}{WheelDown}{RButton up}, A


and by removing the ending ", A&q ...
  Topic: send requires me to hover the mouse over the active windows?
rejetto

Replies: 5
Views: 153

PostForum: Ask for Help   Posted: Sat May 10, 2008 7:51 pm   Subject: send requires me to hover the mouse over the active windows?
that was quite obvious,
but I am able to miss even such things! Embarassed
thank you ZG, i'll try that
  Topic: send requires me to hover the mouse over the active windows?
rejetto

Replies: 5
Views: 153

PostForum: Ask for Help   Posted: Sat May 10, 2008 10:40 am   Subject: send requires me to hover the mouse over the active windows?
hello Smile

i'm trying to send this simple sequence* to firefox2.


#q::
IfWinActive ahk_class MozillaUIWindowClass
Send {RButton down}{WheelUp}{RButton up& ...
  Topic: command line parameter not working with DllCall
rejetto

Replies: 6
Views: 166

PostForum: Ask for Help   Posted: Mon May 05, 2008 10:41 am   Subject: command line parameter not working with DllCall
That solved my problem, thank you!

I post here the solution for those with my same problem and hitting this thread while searching


a = %1%
DllCall("SystemParametersInfo", Int,11 ...
  Topic: command line parameter not working with DllCall
rejetto

Replies: 6
Views: 166

PostForum: Ask for Help   Posted: Mon May 05, 2008 12:37 am   Subject: command line parameter not working with DllCall
hello, i discovered this wonderful tool some minutes ago, and i'd like to start with a big "thank you" for it. Very Happy

I hope my request is not annoying, i searched for an existing solution b ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group