Get screen resolution

Source: Internet
Author: User

Method one, using the GetSystemMetrics function

The GetSystemMetrics function is prototyped as follows:

int WINAPI getsystemmetrics (  __in  int nIndex);

Each desired information corresponds to an index value, and the index value is passed as a parameter to the getsystemmetrics, and the corresponding information is obtained. where Sm_cxscreen and Sm_cyscreen respectively correspond to the width and height of the screen, in pixels.

int widescreen=int highscreen=if (widescreen==0| | highscreen==0) {      printf ("cannot get the resolution!\n");}   Else {      printf ("Thescreenresolution is  %dx%d", Widescreen, Highscreen); }

Get screen resolution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.