Posted 19 years ago
by Marianne

I have a toolbar that displays 24x24 images instead of 16x16. However, I want the menu bar images to remain at 16x16. Presently, there seems to be no way to do this via the ImageList method since there is only one ImageList property. So, if I use the ImageList for the 16x16 images, then I need to actually insert the images via the Image property for the 24x24 images.
Can you add another property called LargeImageList in the ToolBarManager? That way, the same index number can be used to indicate both sizes for the menu bar and toolbar respectively. Do you understand what I mean?
Can you add another property called LargeImageList in the ToolBarManager? That way, the same index number can be used to indicate both sizes for the menu bar and toolbar respectively. Do you understand what I mean?
------------------------------- Marianne