how to make a custom cursor in windows forms csharp

Code Example - how to make a custom cursor in windows forms csharp

                
                        "name of control".Cursor = new System.Windows.Forms.Cursor(Properties.Resources."name of image".Handle);