Mobile development: Disable Windows Mobile 6.5 start and close button

Source: Internet
Author: User

From: http://www.hjgode.de/wp/2010/11/18/mobile-development-disable-windows-mobile-6-5-start-and-close-button/

 

 

Hello

Here is one other way to write a kios mode. NET application using a technique called subclassing. the idea was born by a comment of redwolf2222 on this blog about how to hide start and close buttons on Windows Mobile 6.5 devices. redwolf2222 also provided a code snippet. unfortunately it was incomplete and so I wrote my own class.

Disable clicks on START and close button

The demo project shows one dialog with two check boxes and you can easily test the function. if "startbutton disabled" or "close button disabled" is checked, you cannot 'click' the corresponding button any more:

You still 'click' the buttons but the subclassed window will not 'execute 'your click. the buttons are part of the toolbar32 window which is a child of the menu_worker window. so first we have to follow the window tree.

Downloads
Visual studion 2008 solution with demo project targeting Windows Mobile 6 SDK:Download:Startbuttonhookwm65 vs2008 source code and demo project-(hits: 702, size: 18.53 KB)

Thanks to redwolf2222 for the great idea.

 

 

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.