D
DP
Has anyone had any luck with Access and the Treeview control, trying drag
and drop, to get the "createdrageimage" to work?
The following code compiles, but then fritzes when you actually move the
mouse over the treeview control:
TreeView1.DragIcon = TreeView1.SelectedItem.CreateDragImage
TreeView1.Drag vbBeginDrag
As I understand it, this is supposed to give you a ghosted image of the item
being dragged.
I'd love for it to work...
David Pike
and drop, to get the "createdrageimage" to work?
The following code compiles, but then fritzes when you actually move the
mouse over the treeview control:
TreeView1.DragIcon = TreeView1.SelectedItem.CreateDragImage
TreeView1.Drag vbBeginDrag
As I understand it, this is supposed to give you a ghosted image of the item
being dragged.
I'd love for it to work...
David Pike