Icemaan Posted January 9, 2006 Posted January 9, 2006 Hallo I wish all here a happy New Year. By some programms i cannot use the send option so i must do this with the Mouseclick Option for Example MouseClick ("" ,300,333 ) It is possible that the mousecursor is not visible . Thanks for Help and sorry for my bad English Icemaan
Thatsgreat2345 Posted January 9, 2006 Posted January 9, 2006 well u didnt tell it to use anything it should be like Mouseclick("left",300,333) or if u want a right click Mouseclick("right",300,333) but not showing the cursor i think is not possible with autoit
Moderators SmOke_N Posted January 9, 2006 Moderators Posted January 9, 2006 Hallo I wish all here a happy New Year. By some programms i cannot use the send option so i must do this with the Mouseclick Optionfor Example MouseClick ("" ,300,333 )It is possible that the mousecursor is not visible .Thanks for Help and sorry for my bad EnglishIcemaanInvisible MouseClick... You could use speed for it to work really fast: MouseClick('left', 300, 333, 1, 1) or you could use ControlClick() if the item you want to click has a Control ID, you could use ClickInControl() (Search forum) by the Guru Larry to use Coords for like MouseClick does... or you could take a look at MouseClickPlus()... (Also search forum). Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now