cppman Posted October 28, 2006 Posted October 28, 2006 This is a little something I wrote to make things like dllcall easier. Its a library with over 1,000 windows api constants, that can be used with dllcall. For example: A common dllcall is SendMessage(). This lib has specific control messages like, $EM_GETSEL - Gets the selected text of a edit box. $EM_SETSEL, $EM_GETRECT, $EM_SETRECT, $EM_SCROLL... and more. Hope this helps you out WinConst.zip Miva OS Project
NELyon Posted October 28, 2006 Posted October 28, 2006 I WORSHIP YOU! I am just starting with user32 dll functions and this is a freaking info bank! Thanks 1000X
GaryFrost Posted October 28, 2006 Posted October 28, 2006 http://www.autoitscript.com/forum/index.ph...=32691&st=0 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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