I am trying to make staff profile and I am saveing pictures in database as ole objects but some how it is not working the way I want it to.

Please help me do this codeing...

Here are my questions!

When creating ole object I set it a bitmap image and at run time when I double click it it opens the paint edit which I don't want.

The way I want it to work is if you double click it, it should show a dialog box, asking for filename, folder, file type and lets you add or change the image.

I have seen one example of it, the demo has images saved in database as ole objects and have inserted the picture as long binary. After double clicking askes for load bitmap image. How does that work?


Thanks a lot in advance!!!