Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for January 15th, 2007

Accessing Clipboard from VB

with 10 comments

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.
Read the rest of this entry »

Written by Jalaj

January 15, 2007 at 1:08 pm

Posted in Application, Visual Basic

Tagged with