// A picture box is used to hold the bitmap for the Picture property. A suitable 
// bitmap has been defined in the picture box using its Image property.
axSftDirectory1.CurrentFolder.Picture = OLECvt.ToIPictureDisp(pictureBox1.Image);