02-06-2008 04:33 AM
02-07-2008 03:29 AM
One possible reason could be that you are passing a .jpg file whereas the picture ring control accepts only bitmap images. You could try to use GetBitmapFromFile to retrieve the bitmap out of you jpeg files and SetCtrlBitmap instead of InsertListItem: according to SetCtrlBitmap online help:
For picture rings, you can use this function instead of ReplaceListItem. To add a new entry, first call InsertListItem with a NULL value and then call SetCtrlBitmap.
02-07-2008 04:08 AM
Thank you for the answer,
I will try it ASAP
Regards
EGO