me.cursor...??

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
 
C

Cor Ligthert

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
 
H

Herfried K. Wagner [MVP]

* "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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top