Hi Experts,
I want to have 2 versions of a toolbar - the only difference between the 2 versions is the images - let's call them the "old" and the "new".
The images are in ImageListOld and ImageListNew.
At design time the Toolbar is bound to ImageListNew.
At runtime I want to optionally replace the Toolbar images by those from ImageListOld.
I tried this code, but all the toolbar images turned blank:
tlbToolbar.ImageList = ImageListOld
Is it possible to copy the images from ImageListOld to ImageListNew?
Regards,
Leigh
Regards,
Leigh