PDA

Click to See Complete Forum and Search --> : How do I change the busy symbol?


Conny3
Nov 30th, 2006, 04:50 AM
Hiya,

I would have searched the net for the answer, but there is really no point, because I don't actually know what to look for.

I want to chance the loading/busy/waiting/whatever thingy you can see when an windows mobile application is loading after the start.

How is it actually called? Is it possible to change it and how do I do that?

thank you very much in advance.

Sunny greetings form germany
Conny

Strider
Nov 30th, 2006, 06:46 AM
for busy
Cursor.Current = Cursors.WaitCursor

for normal
Cursor.Current = Cursors.Default

you may also need to call application.doevents to get it to show

Conny3
Nov 30th, 2006, 09:37 AM
Hm, I thought that only applies for a mouse pointer. I mean the clock with the four colours, which is visible directly after starting a windows mobile application even before the first form opens. I have never considered it as a mouse pointer.

Strider
Nov 30th, 2006, 09:40 AM
it should be mouse pointer that becomes the clock in a busy state....
well in windows CE it shows the hour glass!!!!

Conny3
Dec 4th, 2006, 07:50 AM
Can I actually change the cursor image for a single application, so that I don't have the usual windows mobile waiting cursor but an entirely different cursor image? I haven't found anything about that at the internet.