Accessing Clipboard from VB
The Clipboard is a Virtual Area where an application can place some data which can be accessed by it later or by some other application. While complete control over clipboard requires using Windows API functions, Visual Basic provides a basic set of clipboard functions as methods to the Clipboard object.
(more…)
