me.cursor...??

  • Thread starter Thread starter Mobile Boy 36
  • Start date Start date
M

Mobile Boy 36

Maybe this is a very ridicules question.

I 'm developing a vb.net compact framework application and I try to change
the cursor to an hourglass with the following code:



me.cursor = cursors.WaitCursor



It seems like "me.cursor" does not exist. It's underlined with scrigles.



How to resolve this problem?



Best regards,



Mobile Boy
 
Hi Mobile Boy,

Probably will William Ryan answer you, however I saw that he was still
active here on GMT 4:30 so I do not think he will not be early again here.

Did you now there is a special compact newsgroup.

microsoft.public.dotnet.framework.compactframework

Cor
 
* "Mobile Boy 36 said:
I 'm developing a vb.net compact framework application and I try to change
the cursor to an hourglass with the following code:

me.cursor = cursors.WaitCursor

It seems like "me.cursor" does not exist. It's underlined with scrigles.

The 'Control.Cursor' property is not supported in the .NET Compact Framework.
 
Back
Top