Board index » Visual Studio » Clipboard question

Clipboard question

Visual Studio189
Hi,



How do I save clipboard content to an access field? Clipboard content is

binary (blob) in this case. Thank you.


-
 

Re:Clipboard question



"Frank" <rank@nowhere.com>wrote in message



Quote
How do I save clipboard content to an access field? Clipboard content is

binary (blob) in this case. Thank you.



Looks like you're going to have to resort to clipboard API functions because

VB doesn't support retrieving arbitrary binary data through the Clipboard

object. (I just learned that today from researching your question in help! I

was going to recommend GetData() but I thought I'd double-check. Good

thing.) My first suggestion would be to look at vbnet.mvps.org,">vbnet.mvps.org,

second would be www.vbaccelerator.com.





-