I am making a program that loads a specified directory into a menu. Its working quite fine except that i am having a few problems loading imagelists into menus. What my program actually is doing is that it gets the default icon from a file and loads it into a picture box through imagelist api. But when i try to load them into the menu they dont show up because I need to have bitmaps as images in order to load them into the menus. Is there some way that I can put the icons into menus? Please help. Reply soon.