

Windows Constants
Started by
Zed Gecko
, Jan 07 2009 01:59 PM
31 replies to this topic
Unary min consts when toggling styles
..

#16
-
Posted 18 May 2010 - 06:27 PM

don't duplicate, iterate!
LVN_* messages are notifications though, not styles. :?:
#17
-
Posted 18 May 2010 - 08:52 PM

@Tuncay
Thanks for your work.
Unfortunately, there is a problem with the win32constlib.zip archive. I can´t open it with WinRar ....
Could you just upload it again, cause I need one of these constant, but I don´t know how to get it ;-))
thanks for your help guys !
P.S.: Could someone else explain me how to get one of these constants ?
In this case I need the constant "Horzsize" (GetDeviceCaps(HORZSIZE))
It should be the physical screen width !
Thanks for your work.
Unfortunately, there is a problem with the win32constlib.zip archive. I can´t open it with WinRar ....
Could you just upload it again, cause I need one of these constant, but I don´t know how to get it ;-))
thanks for your help guys !
P.S.: Could someone else explain me how to get one of these constants ?
In this case I need the constant "Horzsize" (GetDeviceCaps(HORZSIZE))
It should be the physical screen width !
#19
-
Posted 04 August 2010 - 06:07 PM

It is available in Zed Gecko's posts!
HORZSIZE = 4
HORZSIZE = 4
#20
-
Posted 04 August 2010 - 10:22 PM

#21
-
Posted 16 August 2010 - 02:34 PM

don't duplicate, iterate!
According to Google:
ECM_FIRST = 0x1500
aka
ECM_FIRST = &H1500
ECM_FIRST = 0x1500
aka
ECM_FIRST = &H1500
#22
-
Posted 16 August 2010 - 06:33 PM

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org
Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.
Thats just what the doctor ordered 
Thanks MasterFocus!

Thanks MasterFocus!
#23
-
Posted 16 August 2010 - 08:12 PM

don't duplicate, iterate!
First, SKAN has created a script incorporating a much larger list of constants: Crazy Scripting : List of Win32 CONSTANTS.
Second, I have made several modifications to Tuncay's original script (here's my version) because I've been using it for so long. The biggest changes were simply removing all the quotation marks and replacing all the # signs with 0x.
Third, if anyone is feeling ambitious, it would be a nice idea to compare the two lists (using a script) to determine whether the constants in this thread are all included in SKAN's. My text compare script may be of some use?
Second, I have made several modifications to Tuncay's original script (here's my version) because I've been using it for so long. The biggest changes were simply removing all the quotation marks and replacing all the # signs with 0x.
Third, if anyone is feeling ambitious, it would be a nice idea to compare the two lists (using a script) to determine whether the constants in this thread are all included in SKAN's. My text compare script may be of some use?
#25
-
Posted 28 November 2010 - 09:10 PM

Hey jaco0646,
I think you gave me a link to the original list cause I had it saved locally
( reposted here: <!-- m -->http://demotemplate....32Constants.htm<!-- m --> ).
Do you remember where that original came from?
I'd rather not eat unnecessary bandwidth ( coming from me thats lolz :lol: )..
Was lurking the googs w no luck..
thnx mate
I think you gave me a link to the original list cause I had it saved locally
( reposted here: <!-- m -->http://demotemplate....32Constants.htm<!-- m --> ).
Do you remember where that original came from?
I'd rather not eat unnecessary bandwidth ( coming from me thats lolz :lol: )..
Was lurking the googs w no luck..
thnx mate
#26
-
Posted 25 February 2011 - 04:55 AM

don't duplicate, iterate!
It's been too long... I don't remember if I ever had another list. The vast majority of constants I've looked up are in this small version, so I haven't even had the need to migrate to SKAN's. Between this thread and his there are several links to other sites though. I would think Microsoft should keep an updated list available; maybe it's just buried in an SDK somewhere.
#27
-
Posted 25 February 2011 - 08:51 AM

Funny I was just curious about x64,
low and behold I need one missing from most lists
PBM_GETSTEP
Shear coincidence :lol:
It could be WM_USER+9 ( others are doc'd )
but then again there are some others missing so 9 is a wild guess.
*sigh
low and behold I need one missing from most lists
PBM_GETSTEP
Shear coincidence :lol:
It could be WM_USER+9 ( others are doc'd )
but then again there are some others missing so 9 is a wild guess.
*sigh
#28
-
Posted 25 February 2011 - 07:32 PM

don't duplicate, iterate!
Specifically for learning about the APIs of standard GUI controls, Microsoft has a wonderfully handy little tool called Control Spy; but I don't think it includes anything x64.
#29
-
Posted 25 February 2011 - 08:36 PM

<!-- m -->http://www.autohotke...pic.php?t=58550<!-- m -->
Wasnt aware it revealed the constants tho.. Taking another looky..
thnx

thnx
#30
-
Posted 25 February 2011 - 11:34 PM

don't duplicate, iterate!