Cecchino94 Posted April 24, 2009 Posted April 24, 2009 Is possible create an function like an ControlMouseDown? and ControMouseMove? thanks
Mat Posted April 24, 2009 Posted April 24, 2009 (edited) hey there! If its for general mouse control, look in the function reference part of the helpfile under Mouse Control for MouseMove and MouseClick. if your looking for a more specific control method use ControlClick in windows management - controls. As a general rule on these forums, searching the helpfile is a good start. Forums are a backup. MDiesel Edit: its mouse control not mouse management. Edited April 24, 2009 by mdiesel AutoIt Project Listing
DjDeep00 Posted April 24, 2009 Posted April 24, 2009 @Cecchino94...What do u want to accomplish using "ControlMouseDown" and "ControlMouseMove"? I hope you checked the help file before posting cuz these functions already exist.
Cecchino94 Posted April 24, 2009 Author Posted April 24, 2009 no, i know about the ControlClick, but it don't works good in my program, because i need an comand like MouseDown and MouseMove, but for an Control, i checked the help, but there is nothing on it
Mat Posted April 24, 2009 Posted April 24, 2009 What sort of control is it? if it lets you you can do it through ControlCommand (Check here for a list of commands)If that fails, What is it trying to acheive?MDiesel AutoIt Project Listing
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