Hi,
Is there a way to get the system color's RGB info?
I want to use the colors for DCPUSHBUTTONXP foreground and background parameters.
I realize that XP, Windows 7, and Windows 8 have different system colors, so is there a method that can give me this info?
So I only need to check the system color's RGB and set the colors accordingly to my DCPUSHBUTTONXP
Best Regards,
Andy
System Color for DCPUSHBUTTONXP
Re: System Color for DCPUSHBUTTONXP
Try this:
It will return an array of 3 elements: Red, Green, Blue
Code: Select all
aRGB := GraGetRGBIntensity( GRA_CLR_DARKPINK )
The eXpress train is coming - and it has more cars.