Um, I think if you go through msdn to use the apis right, you can call CreateCompatibleBitmap to make a handle to a bitmap, then I think you can either use DrawIcon onto the hbitmap and send it to the menu, or Select it into the hbitmap and sent it to the menu. I have no experience with menu icons though so um thats just a few guesses. Well there you go. There are all the api functions http://msdn.microsoft.com/library/ps...icons_1xpv.htm there, and you can go 'icon reference' and then 'icon functions' to get a list of api functions on icons. Well there you go.