Noob Posted February 3, 2007 Posted February 3, 2007 I'd like to be able to get position and set position of a slider which belongs to another application (zoom slider in Microsoft Streets & Trips 2007). Is this at all possible?
GaryFrost Posted February 3, 2007 Posted February 3, 2007 I'd like to be able to get position and set position of a slider which belongs to another application (zoom slider in Microsoft Streets & Trips 2007). Is this at all possible?Try: _GUICtrlSliderGetPos and _GUICtrlSliderSetPos SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Noob Posted February 3, 2007 Author Posted February 3, 2007 Try: _GUICtrlSliderGetPos and _GUICtrlSliderSetPosYes, disregard my question. For some silly reason I thought those two functions would only work on my own slider, but not on a slider in another program. I just tried _GUICtrlSliderGetPos and it worked. I trust _GUICtrlSliderSetPos will work as well. Thanks!
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