Board index » Visual Studio » Clipboard question
|
KolbisGuy
|
|
KolbisGuy
|
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. - |
| Jeff
Registered User |
Mon Apr 11 13:10:29 CDT 2005
Re:Clipboard question"Frank" <rank@nowhere.com>wrote in message QuoteHow do I save clipboard content to an access field? Clipboard content is 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. - |
