Hi, I need to dynamically refresh a number of image controls with different images. From a performance standpoint, I should be using something like an imagelist, but MS says that an imagelist is only for ListView, TreeView, TabStrip, and Toolbar controls. So is there something more efficient than loadpicture("i:\Application Components\Workflows\TmEntry.gif") each time a different image is needed? Any way of loading the images just once and keeping them in memory for reuse?

Thanks in advance.