robertpearmain
October 28th, 1999, 04:10 AM
is there any way to get an edit control into a pop up menu, so that when I right click, I can input a value as well as choosing a menu item?
Robert Pearmain
Aran (York) Ltd.
Ravi Kiran
October 28th, 1999, 04:35 AM
Tell me if you ever accomplish this!!..
All that you can try, i think, is to have an element in pop-up that says "Edit value" and when user selects it, show a Edit box ( which was invisible till then) at the same position... which may well do the job for you.
On second thoughts.. well.. it may be possible with subclassing the pop-up and all that.. but it will be too too difficult. Pop-up menu by default will vanish, the moment it looses focus. so...
RK