Using the clipboard from vb 
Author Message
 Using the clipboard from vb

hi,

How can you copy text to the clipboard from vb? eg copy the contents
of a textbox to the clipboard, which i can then paste into word etc.

Ben davies



Wed, 08 Sep 2004 00:27:22 GMT  
 Using the clipboard from vb
Clipboard.Clear
Clipboard.SetText MyTextBox.Text

Max Bolingbroke


Quote:
> hi,

> How can you copy text to the clipboard from vb? eg copy the contents
> of a textbox to the clipboard, which i can then paste into word etc.

> Ben davies



Wed, 08 Sep 2004 00:30:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Clipboard object questions... using the clipboard with vb4

2. Emptying the clipboard using VB code

3. Send TEXT to the Clipboard using VB??

4. Passing keystrokes to DOS via Windows clipboard using VB

5. accessing clipboard using vb 6.0

6. Access XP: Clearing the clipboard / not saving data to the clipboard

7. Copying DBGrid contents to clipboard (Or copying a table from a Data component to clipboard)

8. Using Clipboard

9. Using the clipboard throu vba

10. Access clipboard can not be used

11. Using Clipboard object in Access 97

12. using vba to copy to clipboard

 

 
Powered by phpBB® Forum Software