
Command Processing in Pop-Ups
Girish: thanks for the input. My pop-up's parent is a CTreeView...
Quote:
> See this KB article "How to Use TrackPopupMenu() and Update UI
Handlers"ID:
> Q139469 http://support.microsoft.com/support/kb/articles/q139/4/69.asp
which
> might help you out.
> --
> Girish Bharadwaj [VC++/MVP]
> Please don't send email queries.Post them here.
> MS Knowledge base articles : http://support.microsoft.com/support
Quote:
> |I am having difficulty with UI items in pop-up menus. How can I
> |enable/disable commands in pop-up menus? Do I need to derive a new class
> |from CMenu to be able to manage this?
> |jcd