Technical Stuff

Friday, May 15, 2015

Get System Window Resolution

int cx = GetSystemMetrics(SM_CXSCREEN);
int cy = GetSystemMetrics(SM_CYSCREEN);

more details on GetSystemMetrics Function
Posted by ToM at 11:12 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: C++

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Search This Blog

Labels

  • C++ (11)
  • Cross-Para (1)
  • LaTeX (2)
  • MFC (1)
  • VC2013 (2)

Blog Archive

  • ►  2016 (1)
    • ►  October (1)
  • ▼  2015 (13)
    • ▼  May (13)
      • Customized Batch for LEd
      • Preparing Chinese in LaTeX
      • Determine the class of an object at run time
      • error MSB8031: Building an MFC project for a non-U...
      • fatal error LNK1123: failure during conversion to ...
      • Get today date in dd/mm/yyyy
      • Easy way to count the processing time
      • Open a console window
      • Error: the application has failed to start because...
      • Get System Window Resolution
      • List Directory
      • Memory leak tracking for the "new" operator
      • Get pointers in MFC
Simple theme. Powered by Blogger.