CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    7

    screen properties

    Hallo.
    I need to know the name (if it exists) of C API function
    to set the windows95 screen properties (for example to set
    the properties of screen resolution and colors) .
    Thanks for your possible help .


  2. #2
    Guest

    Re: screen properties

    there is 2 functions in visual C++ EnumDisplaySetting and ChangeDisplaySetting

    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