CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Location
    New Jersey
    Posts
    312

    dialog resoultions

    Was wondering how i could tell what the current resoultion of the computer was set at so i could load a different dialog depending on the current resoultion.

    Thanks for any help!
    http://www.dewgames.com
    Shareware and Free games!

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: dialog resoultions

    GetSystemMetrics()
    with SM_CXSCREEN and SM_CYSCREEN
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

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