How to obtain the taskbar Information

Source: Internet
Author: User

How to obtain the taskbar Information

 

In the past two days, a game start button and start menu (imitating the small module that comes with the window) are created. A self-made start button is required to always follow the start button of the window, that is, the position of the taskbar has changed, the self-made start button must also change its position. Several APIs are involved here for your convenience. Header file: # include "shellapi. H"
Part of the Code: View msdn for specific APIs.
Appbardata DATA = {0}; data. cbsize = sizeof (appbardata); data. hwnd = findwindoww (L "hhtaskbar", 0); // whether the taskbar uint ustate = (uint): shappbarmessage (abm_getstate, & data) is automatically hidden ); if (ustate = abs_autohide) {// todo ::;}// obtain the location information of the taskbar: shappbarmessage (abm_gettaskbarpos, & data );

 

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.