Showing posts with label Visual Basic Tips. Show all posts
Showing posts with label Visual Basic Tips. Show all posts

Wednesday, April 21, 2010

Visual Basic Tip: Accessing Text and Images in the Clipboard

Visual Basic provides innate objects that allow the programmer to access the contents of clipboard, either take the contents of the clipboard or insert data into the clipboard, easily. Data format which can be accessed from the clipboard can be text, images, rich text, file list, etc, can all be accessed through Visual Basic. In this page, provided tips to access data in the form of text and images from the clipboard using Visual Basic.