Gizmo42 Posted July 7, 2011 Posted July 7, 2011 Hola ^^ I need to know a tiny important thing about the ControlClick() function .. If for example, I want to use that function in a program, software, install (for example CCleaner), and I have a specific CLASS and INSTANCE for a button for example - and I'm using Windows 7 32Bit, Does the INSTANCE for that specific button will change in other computer or operating system? (for example XP SP3)? I just need to know this little thing, and to be sure 100 precents. Regards!
somdcomputerguy Posted July 7, 2011 Posted July 7, 2011 As long as the same version of the program is running on both machines, the INSTANCE of a control will be the same. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Gizmo42 Posted July 7, 2011 Author Posted July 7, 2011 (edited) Ok, thanks! But what about the CLASS? Edited July 7, 2011 by Gizmo42
somdcomputerguy Posted July 7, 2011 Posted July 7, 2011 All the control information returned by the Info Tool will be the same as long as the program version is the same. Usually, this data won't change with version change, but sometimes the code (of that program) is rewritten. Maybe a button is added or taken out, or some change like that, that may affect the control data. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
somdcomputerguy Posted July 7, 2011 Posted July 7, 2011 You bet. Good luck. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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