Building a Clipboard Ring Utility Application Using C#
page 1 of 7
Published: 01 May 2007
Abstract
This article illustrates the usage of windows clipboard with the help of a clipboard ring utility application. It also illustrates a yahoo messenger like pop-up alert feature.
by Mohammed Habeeb
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 35835/ 55

Introduction

Clipboard is used by many applications like word formatters and word processors as a temporary repository for data. The most obvious example is Cut, Copy and Paste. It is also useful for transferring data from one application to another, because the Clipboard is common across applications (processes). When data is added to the Clipboard, the data format can be specified so that other applications can recognize the format and decide to process it or not.

In .NET, the functionalities for playing with Windows system clipboard has been clubbed into the class Clipboard. To add data to Clipboard SetDataObject method of Clipboard class can be used. You can pass any object to this method, but to add data in multiple formats, you must first add the data to a DataObject which is generic, even though there are specific data objects for specific formats.


View Entire Article

User Comments

No comments posted yet.






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-24 11:56:16 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search