CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    change display property

    How to change the display from high color to 256 colors when the program starts? Thanks


  2. #2
    Guest

    Re: change display property

    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]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured