load custom cursor c3 code example
Example: how to make a custom cursor in windows forms c#
"name of control".Cursor = new System.Windows.Forms.Cursor(Properties.Resources."name of image".Handle);
"name of control".Cursor = new System.Windows.Forms.Cursor(Properties.Resources."name of image".Handle);