set cursor on a control

  • Thread starter Thread starter Andrew
  • Start date Start date
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 ?
 
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?
 
Back
Top