In a class derived from System.Windows.Forms.PictureBox, I've overridden
OnGiveFeedback(e), setting e.UseDefaultCursors to false, setting
Cursor.Current to a custom cursor loaded from a valid .cur file, and I'm
calling base.OnGiveFeedback(e).  The cursor appears when and where I expect
it to during a drag operation, but the non-transparent areas are black
instead of the colors that should appear (i.e., it looks like a black
shadow of itself).

I get the same result if I use a system cursor (from Windows\cursors), so
I'm sure it's not a problem with the cursor data. I've also tried setting
the Cursor property of the form to the custom cursor--or leaving it
unchanged--but that, too, has no effect; it's still black.

Has anyone seen this? Any suggestions?

TIA...

--Rich Armstrong

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to