Hi, I need to redraw a menu that's dynamically generated. Because the entire menu is created at run-time, it disappears if it's not redrawn periodically. I'm subclassing so I can redraw it if I know what message is sent when the menu is deleted. Anyone know the window message or constant that's generated when the menubar is killed??

p.s. I tried WM_Paint - it's not always fired.

Thanks in advance,
Wade