Bryan
Bryan

Reputation: 2791

Windows CE 6.0 - Spinning Hourglass

How do you remove the spinning hourglass that runs during application loading on Windows CE 6.0. Here is a screenshot of the hourglass:

Screenshot

Upvotes: 1

Views: 508

Answers (1)

Bryan
Bryan

Reputation: 2791

I found this link that shows how to do this:

http://www.cprogramdevelop.com/1695088/

It is just a hidden registry entry:

[HKEY_LOCAL_MACHINE / System / GWE]
"DelayCursorTimerQuantum" = dword: ffffffff

Upvotes: 2

Related Questions