Need help creating a test application which uses GetSysColor and SetSysColor

  • Thread starter Thread starter KdotC12
  • Start date Start date
K

KdotC12

Guest
I am trying to create a basic visual c++ windows desktop application which will Retrieves the current color of the specified display element. Display elements are the parts of a window and the display that appear on the system display screen using the GetSysColor function.

And then I want to be able to use the SetSysColor to Set the colors for the specified display elements. Display elements are the various parts of a window and the display that appear on the system display screen.


It is has to very basic application as I want to test this function out on windows 7 then on Windows 10 as part of my main project that i am working on.


Any help will be really appreciated! Thanks

Continue reading...
 
Back
Top