.NET
•  Greatis •  Security •  AppDatabase •  Utilities •  Delphi/CB • Visual Basic •  just4fun
.NET Software
.NET Components for Visual Studio .NET, Delphi 8, Delphi 2005 and Delphi 2006
See also
Related products
Nostalgia .NET new!
Print Suite .Net
Form Designer .Net
Gradient Controls .Net
iGrid Plotter
Convay's Life .Net

Related links
MegaDetailed.NET
Win32.hlp online version
Delphi Tips
Delphi to C#
just4fun

Special
Free Software Promotion
Offers for Resellers

Follow us
LinkedIn Blogspot Twitter Facebook

Share this page
Home Documentation License Download Order Support  
Nostalgia .NET - Clipboard Monitor
Clipboard content changing watcher

Very simple in use component with the only ClipboardChanged event. Just activate ClipboardMonitor component from your code:
    clipboardMonitor.Active = true;
and create handler for ClipboardChanged event:
    private void clipboardMonitor_ClipboardChanged(object sender, EventArgs e)
    {
      IDataObject data = new DataObject();
      data = Clipboard.GetDataObject();
      if (data.GetDataPresent(DataFormats.Text))
        textBoxText.Text = (string)data.GetData(DataFormats.Text);
      if (data.GetDataPresent(DataFormats.Rtf))
        richTextBox.Rtf = (string)data.GetData(DataFormats.Rtf);
      if (data.GetDataPresent(DataFormats.Html))
        textBoxHTML.Text = (string)data.GetData(DataFormats.Html);
      if (data.GetDataPresent(DataFormats.Bitmap))
        pictureBox.Image = (Image)data.GetData(DataFormats.Bitmap);
    }
Demo project shows how the text, RTF, HTML and bitmap clipboard content can be tracked:


Clipboard Monitor Demo


Evaluate Nostalgia .Net with free trial and order right now!

Must-have .Net Products
Nostalgia .Net Nostalgia .Net
Power of Win32 API in convenient .Net classes and components. The easiest way to expand your possibilities without Win32 skill. Full source codes incliuded. More »


Print Suite .Net Print Suite .Net
Set of components for easy printing texts, images and grids from your WinForms applications. Also Greatis Print Suite .Net offers the advanced DocumentDesigner component that allows creating complex print jobs from simple separated print content providers. More »


Greatis Software Greatis | Security | AppDatabase | Utilities | Delphi/CB | Visual Basic | .NET | just4fun

Contacts | Add to Favorites | Recommend to a Friend | Privacy Policy | Copyright © 1998-2012 Greatis Software

eXTReMe Tracker