|
-
Jan 15th, 2000, 07:36 AM
#1
Thread Starter
New Member
I've used some VB code to query an access database and one of the queried
fields is a bitmapped graphic. My question is, how can I now work with this
graphic? (e.g. put it on clipboard/on a form/etc). If I try to, for
example, put it on the clipboard, it says that this object does not support
this property, am I going about it totally the wrong way? Currently, the
records are held in a recordset, and I'm fairly sure it's queried alright at
I can access all the text-based fields.
Thanks For any help
Michael
-
Jan 15th, 2000, 08:17 AM
#2
Hyperactive Member
Hi,Michael.
To put a picture on a Clipboard you use
Clipboard.SetData data, format
To return - Clipboard.GetData (format)
To check for format - Clipboard.GetFormat(format)
Check the full syntax in Help
Larisa
-
Jan 15th, 2000, 08:24 PM
#3
Thread Starter
New Member
I've tried using this command but it just says "object does not support this command"
Any other sugesstions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|