Cannot be selected under the Internet option of WinCE

Source: Internet
Author: User

* ****************************** Loongembedded ******* *************************

Author: loongembedded (Kandi)

Time: 2012.05.15

Category: wince System Development

* ****************************** Loongembedded ******* *************************

During this period of time, the customer's problem has been solved. One of them is that it cannot be selected under the Internet option of wince.

This problem occurs, for example, if you choose Internet Options> Security> Settings, you cannot set them. Later, a netizen said that he could, but he could learn from his system engineering, what components can be related to here? At the beginning, it was definitely related to Internet-related options, but when I found out this related component, I almost didn't mine it, as long

You can set the shell and user interface> User Interface> mouse component. Currently, you cannot figure out how the two are connected. If you want to know, share them with others.

 

The setting problem is solved, but because the device does not use the mouse, there should naturally be no mouse symbol. How can this problem be solved? You only need to comment out the code in the movepointer () function under the display driver.

Cursoroff ();

 

If (xposition! =-1 | yposition! =-1)

{

// Compute new cursor rect

M_cursorrect.left = xposition-m_cursorhotspot.x;

M_cursorrect.right = m_cursorrect.left + m_cursorsize.x;

M_cursorrect.top = yposition-m_cursorhotspot.y;

M_cursorrect.bottom = m_cursorrect.top + m_cursorsize.y;

 

Cursoron ();

}

Of course, if you have a better solution, I hope you can share it with me. Thank you.

 

 

 

Related Links

Http://topic.csdn.net/u/20120509/14/39ae987c-bb2c-4711-a1cb-d15b67ad5453.html

 

 

Related Article

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.