am a fairly new programmer to C#, but I have done some extensive work build my own Custom grid control.
I am having a problem with a Custom Cursor displaying though. The problem is this, I add a new Item to my solution, choose a .cur file and then draw my cursor. When I use this cursor I get the I-Beam cursor everytime.
When I create the cursor my code looks like this:
Cursor cur = new Cursor(@"filename"
this.Cursor = cur;
Thanks for the help
I am having a problem with a Custom Cursor displaying though. The problem is this, I add a new Item to my solution, choose a .cur file and then draw my cursor. When I use this cursor I get the I-Beam cursor everytime.
When I create the cursor my code looks like this:
Cursor cur = new Cursor(@"filename"
this.Cursor = cur;
Thanks for the help