My Windows application creates custom cursors at run time by using the WIN API CreateIconIndirect()
function. The size of the cursor is dynamic and may sometimes be much larger than average (the icon being wider than 300 pixels).
This seems to cause problems when using the application via Remote Desktop (and other similar 3rd party products).
Is there some kind of practical limit (either real or perceived) to the size of the cursor icons that can be used in a Windows application?