|
-
Nov 30th, 2006, 05:50 AM
#1
Thread Starter
Junior Member
How do I change the busy symbol?
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
-
Nov 30th, 2006, 07:46 AM
#2
Fanatic Member
Re: How do I change the busy symbol?
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
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Nov 30th, 2006, 10:37 AM
#3
Thread Starter
Junior Member
Re: How do I change the busy symbol?
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.
-
Nov 30th, 2006, 10:40 AM
#4
Fanatic Member
Re: How do I change the busy symbol?
it should be mouse pointer that becomes the clock in a busy state....
well in windows CE it shows the hour glass!!!!
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Dec 4th, 2006, 08:50 AM
#5
Thread Starter
Junior Member
Re: How do I change the busy symbol?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|