| Home | Previous Lesson: Visual Editing Next Lesson: Optimized Object Storage |
The most widely used method for transferring data between applications has been the Clipboard. With the Clipboard method, the user chooses the Copy operation while in the object application, moves to the target application, and chooses Paste to put the object in place. Although effective, a more natural way to exchange data between applications is simply to click an object, drag it to its destination, and drop it in place. OLE supports this "drag and drop" functionality of objects in addition to the traditional Clipboard functionality.
Drag and drop eliminates the traditional barriers between applications. Instead of perceiving window frames as walls surrounding data, users are able to freely drag information to and from a variety of applications. Drag and drop makes compound documents easier to create and manage because it provides an interactive model that more closely resembles how people interact with physical objects.
| Home | Previous Lesson: Visual Editing Next Lesson: Optimized Object Storage |