Hi everyone,
I'm a newbie here, and have a newbie question.
I'm trying to get a popup menu to show just above my system tray icon/notifyIcon. I'm using TrackPopupMenuEx to display the menu, loaded from my application. The problem is that menu is displayed as a really thin menu, so that no text is visible. The id values 4001 or 4002 come in WM_COMMAND msgs to my window. How do I get my menu to display properly??
PS I'm using dev-c++.
Thanks for any help!
-Doug
The menu in the .rc file is:
popupmenu MENU
BEGIN
MENUITEM "&Config",4001
MENUITEM SEPARATOR
MENUITEM "E&xit",4002
END