Eats resources!
03-Oct-91 20:25:06
Sb: #1149-Eats resources!
Fm: L.Sobieski(SoftwareEtc) 76004,3171
To: Don Funk 76701,155
Don, I did get the KB doc. I am using CreatePopupMenu() to create the
empty menu (and get the handle), then loading the menu with AppendMenu() to
load it with strings from a list box. I then call TrackPopupMenu() to
actually popup the menu.
Once it is displayed, LEFT_BUTTON get rid of it. However, this could be
problem, I do not know where the message from the mouse click goes so that
I can call DestroyMenu(). The menu is created at run time, so how do I
intercept a message from the menu? Thanks for all your help.
Brant