Hi,
I have created a custom commandbar (popup type) that shows up when I right-click on a listbox on my form. I want to add a textbox or a combobox to the popup, to allow the user to enter some search criteria and filter the list of items in the listbox (similar to the popup that comes up when you are in a table and right-click, and you can filter the field). The problem is, I don't know how to create such a textbox, either through code or through the interface. I can create buttons but thats about it.
If you have some sample code on how to create the CommandBarCombobox control and how to reference the text that the user would type in, that would be great.
Thanks,
Bill
I have created a custom commandbar (popup type) that shows up when I right-click on a listbox on my form. I want to add a textbox or a combobox to the popup, to allow the user to enter some search criteria and filter the list of items in the listbox (similar to the popup that comes up when you are in a table and right-click, and you can filter the field). The problem is, I don't know how to create such a textbox, either through code or through the interface. I can create buttons but thats about it.
If you have some sample code on how to create the CommandBarCombobox control and how to reference the text that the user would type in, that would be great.
Thanks,
Bill