Hello,
Its a known issue. Refer to the MSKB article:
http://support.microsoft.com/Default.aspx?id=827043
"liubin" wrote:
> I'm trying to create a context menu that pops up upon
> right clicking the notify icon of my application. The
> menu works great with plain text... no problem.
> My problem is that I want to add some sparkle by
> displaying a different highlighting scheme for the
> individual mouse over events and an icon on each item in
> the menu. I can do this, and have successfully done this
> in a regular main menu and a context menu that is set to
> an item on a form.
> However, when the same context menu with the same code
> is called by right clicking the notify icon, the items
> display as completely blank. The click actions still
> work, but the call to my OnDrawItem never kicks in.
> Any ideas would be greatly appreciated.
>
>
>