PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
How to show the wait cursor?
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
How to show the wait cursor?
![]() |
How to show the wait cursor? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
How to show the wait cursor? From the VS2005 documentation it is supposed the Application class has the UseWaitCursor property. But it looks like this property is not enabled on the compact framework. I tryed the code from http://www.c-sharpcorner.com/Code/2...sInPocketPC.asp [DllImport("coredll.dll")] private static extern int LoadCursor(int zeroValue, int cursorID); [DllImport("coredll.dll")] private static extern int SetCursor(int cursorHandle); but VS2005 says syntax is wrong on the above code. What else can I do? Thanks in advance Sammy |
|
|
|
#2 |
|
Guest
Posts: n/a
|
http://wiki.opennetcf.org/ow.asp?Co...AQ%2FWaitCursor
Cheers Daniel -- http://www.danielmoth.com/Blog/ "SammyBar" <sammybar@gmail.com> wrote in message news:uK98O8tGGHA.1628@TK2MSFTNGP12.phx.gbl... > Hi, > > How to show the wait cursor? From the VS2005 documentation it is supposed > the Application class has the UseWaitCursor property. But it looks like > this property is not enabled on the compact framework. > I tryed the code from > http://www.c-sharpcorner.com/Code/2...sInPocketPC.asp > [DllImport("coredll.dll")] private static extern int LoadCursor(int > zeroValue, int cursorID); > > [DllImport("coredll.dll")] private static extern int SetCursor(int > cursorHandle); > > but VS2005 says syntax is wrong on the above code. > What else can I do? > > Thanks in advance > Sammy > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

