access thread: Drag and Drop on form?
Message #1 by "Haslett, Andrew" <andrew.haslett@i...> on Thu, 31 Jan 2002 09:11:39 +1030
|
|
Morning Gang!
Has anyone ever implemented any code which allows the user to 'drag and
drop' a selection from control to control? I had a quick squiz through
mvps.org and trigeminal.com without success.
I did find something at Petersoftware.com, but alas it requires $$ - so
before we splash out, just wondering if anyone else has any refs?
Cheers,
Andrew
Message #2 by "Graham Dobson" <grahamdo@a...> on Thu, 31 Jan 2002 09:54:28 -0500
|
|
Since VB5/Access 97 there have been a number of OLEDrag (and Drop)
events,methods,constants,mode properties and feedback events that you can
use to implement this kind of functionality. I have never made much use of
it so I can't provide an example off-hand but here are some bookish
references:
Active VB5 Guy Eddon & Henry Eddon (Microsoft Press) OLE Drag and
Drop:Properties,Methods,Events,Manual vs Automatic,with the Windows Shell,
Page 77
Pure VB -- Dan Fox (Sams) Using the TreeView control:The Node object and the
Nodes Collection, Populating from a database,Implementing Drag and Drop,
Page 175
Programming VB6 --Francesco Balena (Microsoft Press) Using Drag and Drop,
Page 487
Doing Objects in VB6 --Deborah Kurata (Sams) Completing User Interface
Details:Window Size,Drag and
Drop,Menus,Popups,Toolbars,StatusBars,Icons,Providing Help, Page 574
----- Original Message -----
From: "Haslett, Andrew" <andrew.haslett@i...>
To: "Access" <access@p...>
Sent: Wednesday, January 30, 2002 5:41 PM
Subject: [access] Drag and Drop on form?
> Morning Gang!
>
> Has anyone ever implemented any code which allows the user to 'drag and
> drop' a selection from control to control? I had a quick squiz through
> mvps.org and trigeminal.com without success.
>
> I did find something at Petersoftware.com, but alas it requires $$ - so
> before we splash out, just wondering if anyone else has any refs?
>
> Cheers,
>
> Andrew
>
>
|