I am using Windows CE 5.0 and deploying this app on my handheld. I cannot figure a ryhme or reason, but the hourglass worked at first, but sometimes it does not display it.

I started with this:

Code:
        Imports System.Windows.Forms

        Cursor.Show()
        Cursor.Current = Cursors.WaitCursor
I have tried code such as this, but still same result:

Code:
        Cursor.Show()
        System.Windows.Forms.Cursor.Current = Cursors.WaitCursor
Why does the hourglass not show?