Cursed Cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Every time I set the cursor using Cursor.Current = MyCursor it appears until I move the mouse at which point it reverts back to whatever it was before. Is there any way to preserve it?

PS setting it every time the mouse moves looks horrible.
 
It appears the cursor works fine when its not above a webbrowser component (I had one as the backdrop). Why do I get the feeling that the webbrowser was dropped into C# as an afterthought, you can't draw ontop of it, you can't use your cursor over it, half the interface classes for handling it arn't even declared in .net
 
Back
Top