Re: Drag Start by Larry
Larry
Tue Oct 14 19:41:56 CDT 2008
"Lorin" <Lorin@discussions.microsoft.com> wrote
> VB6sp6
> Using vbDropEffectMove Or vbDropEffectCopy
> How do I do a drag start of data from an array containing
> drive:\path\filename.ext ?
> The target of the drop will be Windows Explorer.
> Must there be a control associated with drag start?
Typically there is a user action asssociated with the start of
a drag operation, specifically the left mouse button down
event. Drag inplies the user is going to drop something on
a target.
LFS