Someone mentioned that they hope VB Express is easy enough for their mother to use one day. In which case, can I make a suggestion Searches for help on things like:
"mouse pointer" busy set
how to set mouse pointer cursor busy hour glass
Should bring things other than pointer types, class diagram specifics and specifying a character set.
I still haven't figured this out yet. I can't ask such a stupid question on this forum, but I will have to resort to Google shortly.

Help Suggestion
Ralo
Well, to make a suggestion to microsoft. You should post a suggestion on the Product Feedback Center.
On your second inquiry, changing an icon into a waiting cursor, you would have to set the Cursor property of the form into a new cursor...
myForm.Cursor = Cursors.WaitCursor
cheers,
Paul June A. Domag