This thread is pretty old, but it's one of the first hits on Google, so here's the answer for VS 2019:
someControl.Cursor = new Cursor(Properties.Resources.somePNG.GetHicon());
You should add 'somePNG.png' with whatever transparency you like as a project resource.
Hope it helps someone in 2020.