"Lorne Anderson" <✉hotmail.com> wrote in message news:✉forums.codegear.com...
> Does anybody know how to use TrackPopupMenuEx with > owner draw Popup menus?
Just call it normally. There is nothing special you have to do to let owner-drawing operate correctly.
> It appears to size and position the menu before the owner draw routines > have executed any DrawItem or MeasureItem code so although the > vertical position is OK the Width is wrong and nothing gets drawn.
Then the owner-drawing code is likely buggy to begin with. Can you show the actual code?
-- Remy Lebeau (TeamB)