by pillick >> Sun, 25 Aug 2002 22:32:19 GMT
Is there anything special about the drag cursor property?
I've made my own cursor by creating a bitmap and just renaming it to be **.cur and set this up in painter as the dragCursor of a control. The cursor looks fine in the property window. But when I run the form and drag the control, it still uses the standard dragCursor - that white folder thingie??
Are there some special constraints on cursors or something (proportions, colors, etc) that stops my custom cursor from being used?
Also, does anyone have any ideas on how to create a dragCursor on the fly that looks like the thing your dragging (i.e. dynamic text). Would it be possible to take a snapshot of the contents of a frame and use that?