There is an OCX control called Spreadsheet from FarPoint Tech.This is a grid control which lets me to put controls like combobox,picture,command button etc. in each cell.
This gives an interface called "SetTypePictPicture(LPDISPATCH)" to add picture into a cell.

Here LPDISPATCH is a pointer to IDispatch Class. But I don't know how to use IDispatch? Please give me some details regarding this.

varma.