hi,
i'm looking for color constants to use in GetStockObject. smth like BLACK_BRUSH.
thnx for help
Consult your win32 api reference. It should have a list of all possible stock object constants that can be used with GetStockObject. In case you need to look up the actual values, search windows.inc for them.