SlimShady Posted June 7, 2004 Posted June 7, 2004 I would like to know where I can find the Windows control documentation. Thank you.
Josbe Posted June 7, 2004 Posted June 7, 2004 I would like to know where I can find the Windows control documentation.Thank you.Try: Microsoft's docs AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Chris_1013 Posted June 7, 2004 Posted June 7, 2004 OK, maybe I'm missing something, this looks like a great resource for information about all the different messages and what not, but where do you get the hex code numbers that these translate to, that you have to use in AutoIt?
SlimShady Posted June 7, 2004 Author Posted June 7, 2004 Yeah, I've been searching too. And I can't find it either.
Josbe Posted June 7, 2004 Posted June 7, 2004 I can remember that, CyberSlug gave me this link...API ViewerGood tool. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Chris_1013 Posted June 8, 2004 Posted June 8, 2004 Hmm, I can't see that that program actually provides the hex code for the constants, which is what I need.
CyberSlug Posted June 8, 2004 Posted June 8, 2004 Hmm, I can't see that that program actually provides the hex code for the constants, which is what I need.Set it to display contant declarations in C++ or similar.You should get output like this:public int LB_ADDSTRING = 0x00000180; Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Chris_1013 Posted June 8, 2004 Posted June 8, 2004 Can't even do that, the program crashes when I go into options
CyberSlug Posted June 8, 2004 Posted June 8, 2004 I Google "LB_ADDSTRING hex" if I don't have access to the API Viewer http://64.233.167.104/search?q=cache:95Rcf...COUNT+hex&hl=en Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Valik Posted June 8, 2004 Posted June 8, 2004 (edited) Find yourself a copy of "winuser.h". I'm sure you can find a page with it on the net. It defines almost all the constants. It's where I go to find any messages/styles. Also, "comctrl.h" may have a few in it but don't take my word on that one.Edit: I should note that if you download about any C compiler for Windows, free or otherwise, you can find a copy of winuser.h. Since I have a C++ compiler installed, I have a copy which I use. Edited June 8, 2004 by Valik
Josbe Posted June 8, 2004 Posted June 8, 2004 Check: http://www.autoitscript.com/fileman/users/public/josbe/winuser.h AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
SlimShady Posted June 8, 2004 Author Posted June 8, 2004 Check: http://www.autoitscript.com/fileman/users/public/josbe/winuser.h Thank you very much.
CyberSlug Posted June 8, 2004 Posted June 8, 2004 I'm in the process of writing some wrappers for some of these GuiSendMsg(...,LB_ADDSTRING,...) things. In case anyone has already done this, please let me know... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Josbe Posted June 8, 2004 Posted June 8, 2004 I'm in the process of writing some wrappers for some of these GuiSendMsg(...,LB_ADDSTRING,...) things.In case anyone has already done this, please let me know... Very well! AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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