Hi, I have a form behaving just as I'd like with some custom controls that act like image maps. Everything works great until I add a menu. Then suddenly one of my controls stops dispalying its associated image? Though I can set a breakpoint in its paint event handler and watch it paint all day, nothing seems to be painted? It doesn't matter how I create the menu or what the menu seems to contain. As long as I assign something to Form.Menu, the control stops painting correctly? Are there some events or something I need to handle once I have a menu? I've searched and searched and can't find anything on this topic. Any thoughts are appreciated.