Changing an Icon during an OLEdrag drop operation

loGin
08-31-2003, 11:21 PM
how can you change the icon during an ole dragdrop, not a normal dragdrop?

JordanChris
09-01-2003, 06:54 AM
Program up the xxx_OLEStartDrag routine, by setting the DragIcon to whatever icon you want.

loGin
09-01-2003, 12:50 PM
that only works if your using the normal DragDrop method... not ole.. any other suggestions

Thinker
09-01-2003, 01:16 PM
This is a very complex issue and requires that you understand all the
things that are happening behind the scenes. When the drag cursor is
pulled over another drop target, you will get a OLEGiveFeedback event.
There isn't much you can do here, but you can change
DefaultCursors = False and then set a custom mouse icon.

DefaultCursors = False
Set Screen.MouseIcon = <someothericonpicture>
Screen.MousePointer = MousePointerConstants.vbCustom

loGin
09-01-2003, 02:32 PM
thanks alot.. we can always count on you thinker :)

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum