Thanks Chris,
Your option is the one I started with, but in my app I wish to show the images also in a grid, giving the users the ability to see an overview of the images. When using an olebound control and bmp's I can show them in a grid using a container with text boxes for info and an oleboundcontrol to show the images (just by setting the controlsource to the general field). This works fine when using bmp's.
But when using an image control in a grid and setting the path to the image (the path would then be stored in a table), this does not give a list with images but only the current image chosen.
In essence I would get a list that shows different data but the same picture in all rows.
Can I maybe use other VFP native controls to get this effect ??
Thanks for reading,
Weedz.