VC Get task Bar Height method _c language

Source: Internet
Author: User

This paper briefly introduces the two ways to achieve the height of the task bar VC, the specific code as shown below, the reader can choose according to their own needs or improve the modification.
Method One:

Trect RT;
SystemParametersInfo (Spi_getworkarea, 0, &rt, 0);
The taskbar is below the height
int y =:: GetSystemMetrics (Sm_cyscreen)-rt. Height ();
Above
y = rt.top;
Left
y = rt.left;
Right
y =:: GetSystemMetrics (Sm_cxscreen)-rt. Width ();

Method Two:

HWND hwnd =:: FindWindow ("Shell_traywnd", "");
RECT RECT
:: GetWindowRect (hwnd, &rect);

int nheight = Rect.bottom-rect.top;

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.