HELP!!!

  • Thread starter Thread starter new.microsoft.com
  • Start date Start date
N

new.microsoft.com

Hi guys
I got a strange problem about the cursor in my pda program..

I first wrote program in "Microsoft Pocket PC Version 4.20.0". In my button
click event..
I wrote
Cursor.Current = Cursors.WaitCursor;
..
some operations
..
..
Cursor.Current = Cursors.Default;

Every thing worked fine. But after I run the same code under Microsoft
Pocket PC Version Second Edition + .NETCF SP3
I can not show the Cursor anymore..

Can any one help me find out why...

cheers
victor
 
Back
Top