I am using TrackPopupMenu() to pull up my menu which works great. The only problem is if the user doesn't select a menuitem and wants to hide the menu, he can't. One can L or R click somewhere else and the darn menu hangs around.
How do I send a message to my app to hide the menu? I am building an app where size is the key factor in design so I'm just using stardard libraries...no MFC stuff. I am pretty sure MFC handles this somehow but I don't have the luxury of using that.
Any expertise with systray icon popupmenus would be greatly appreciated.
How do I send a message to my app to hide the menu? I am building an app where size is the key factor in design so I'm just using stardard libraries...no MFC stuff. I am pretty sure MFC handles this somehow but I don't have the luxury of using that.
Any expertise with systray icon popupmenus would be greatly appreciated.