|
-
January 12th, 2000, 10:09 AM
#1
OLE object
Hi,
I create Access table MyTable, there're 2 fields:
VendorName (Text)
VendorLogo (OLE Object)
From VB, I want to load the table data into textbox and picture control:
txtVendorName = rsVendor!VendorName
picVendorLogo = Loadpicture(rsVendor!VendorLogo)
----> The Loadpicture command fails, I guess I have to pass the
filename string of my bitmap, but I donn't know how? Any idea?
Thanks
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
|