set cursor on a control

A

Andrew

Hi,

I want to set a custom cusor (from an image) for a control...

however, the overloaded constructor which takes a stream is not available
for Cursor class in CF.

Infact Control.Cursor property also is not for CF.

So how do you set cursor from Image for a Control ?
 
A

Andrew

I tried SetSystemCursor, LoadCursor, SetCursor etal. SetSystemCursor is not
for WinCE (not in coredll)... What is hte equivalant in CE for this?.

Problem is that Control.Cursor = and new Cursor(IntPtr) does not exist at
first place, I believe this is going to be a difficult thing...

Anyone to help?
 

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