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 

Cannot dragging

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Sauron
Guest





PostPosted: Fri May 02, 2008 4:37 pm    Post subject: Cannot dragging Reply with quote

Hello,
it simulates double click to open documents but i cannot use it for dragging. For example i cannot move with volume conrol in winamp or scrolling a web page. How can i implement draging into it?
Code:

t::
mouseclick, left
mouseclick, left


thanks!
Back to top
SomeGuy



Joined: 21 Apr 2008
Posts: 96
Location: somewhere

PostPosted: Fri May 02, 2008 5:02 pm    Post subject: Reply with quote

search for MouseClickDrag
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 1132

PostPosted: Fri May 02, 2008 9:57 pm    Post subject: Reply with quote

Code:
t::
Click
Click Down
KeyWait %A_ThisHotkey%
Click Up
return

_________________
My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags
Back to top
View user's profile Send private message
Sauron
Guest





PostPosted: Sun May 04, 2008 12:50 am    Post subject: Reply with quote

thank you..
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group