Subj : bitmap question To : borland.public.cpp.borlandcpp From : mike Date : Fri Jul 02 2004 01:05 am Hi, i have a bitmap image that has multiple bitmaps in them. what i want to do is use a few of the bitmaps in my menu. (ie, File->Save, File->Exit, etc). my question is how do i get a handle to a certain part of the bitmap image so i can set the image for a given menu? i know how to do this for a toolbar, as you can specify the size of the image in CreateToolbar (), but you can't seem to do this for CreateMenu () nor can you do it if you use MAKEINTRESOURCE macro to create the menu. Aloha, mike .