Live Clipboard 0.93This project contains sample code demonstrating Live Clipboard, introduced by Microsoft in 2006.
Live Clipboard is an extensible data format and set of UI technologies used to support copy/paste operations between web applications in browsers, and between web and desktop applications. Unlike the typical copy/paste experience in browsers, the Live Clipboard mechanism never needs to display a security dialog to the end user, thus delivering a more streamlined user experience. The download page includes the following components:
- The Live Clipboard Specification. This version (0.93) is substantially identical to the previous published version. The main change is the addition of the <schema> element.
- Live Clipboard DHTML sample application. This file includes a sample web page that shows how to use Live Clipboard and also contains JavaScript files you can reuse when adding Live Clipboard support to your own web pages.
- Live Clipboard DHTML Technical Introduction. This document provides a quick overview of the DHTML code in the sample page.
- Live Clipboard Silverlight sample application. This file includes a sample web page that shows how to use Live Clipboard and also contains a Silverlight control and library that you can reuse when adding Live Clipboard support to your Silverlight solution.
- Live Clipboard Library for .NET Framework. This file contains a library that you can reuse when adding Live Clipboard support to your .NET based solutions
External links:
|