
Clearing the Clipboard
VB6’s Clipboard object has methods such as GetData, GetText, SetData, and SetText, which allow the developer to store to and retrieve data from the clipboard. VB.NET’s System.Windows.Forms.Clipboard class also has GetDataObject and SetDataObject methods that allow you do perform the