|
About Dragging and Dropping
A Win32- based application should fully support the source and target drag and
drop capabilities provided by OLE. One of the most attractive features of drag
and drop in OLE is that the code that handles the actual data transfer your implementation of the IDataObject interface is reusable. You will be able to use the same code to implement cut and
paste. OLE separates what the user does to cause the data transfer from how the
applications actually transfer the data. This allows you to use the same "back-end" IDataObject interface for any number of ways that the user may want to transfer data.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|