devxlogo

September 24, 2003

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

Getting the Right Data with SQL Joins

he cornerstone of the relational database system is its multiple tables and the ability to associate those tables with one another so you can combine data from different but related