News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

help: popup menu while writting into combobox

Started by masmdev, May 14, 2012, 11:30:09 AM

Previous topic - Next topic

masmdev

hello
would you help me please.

i have a combobox that contains many items, and i want the following: when i type something in the edit of the combobox, a popup menu shows that contains some menu items depending on the text that was input in the edit control of the combobox, and if i continue inputing text in edit control, the menu changes acordingly. (the same behavior as in google search web site)

how can i do this in masm?

thank you

dedndave

i suppose you just want to manage the stuff in the list part of the combo-box