maryr Level: Trainee
 Registered: 15-08-2006 Posts: 1
|
displaying images in VB6 datagrid
I have a VB6 app that contains a datagrid that uses a class as the data source. One field in the recordset contains the path to a thumbnail image file that resides in the user's temp directory. I would like to display this image in a datagrid cell in the row with the other recordset fields that are currently being displayed such as design number, description, and quantity. Is it possible to display an image in a VB6 datagrid and if so, provide an example? Thank you.
|