How to change the display from high color to 256 colors when the program starts? Thanks
Printable View
How to change the display from high color to 256 colors when the program starts? Thanks
You have 2 function in VC++ EnumDisplaySetting and ChangeDisplaySetting the first one give you all display mode
return in a structure DEVMODE all information you need to find which one is 256 color.
Stephane BLANC
France
[email protected]