AutoHotkey Community

It is currently May 27th, 2012, 12:56 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: September 15th, 2011, 9:54 am 
OS: Win7
AHK_L latest binary
Code:
Gui, Show, w300 h300 Center, Player GUI
Gui, +LastFound +Resize
sleep 500
px := A_ScreenWidth*0.05
py := A_ScreenHeight*0.022
MouseMove px,py
Click Down
sleep 100
loop 5 {
   px+=10
   py+=10
   MouseMove px,py
}
Click Up
MsgBox I dont appear unless user clicks

Strange is that if using other window (ie notepad) it works


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 15th, 2011, 1:57 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
See nonclient area sticky with Send LButton.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group