[b]One of the features is that the Infopanel provides access to the BrowseDialogForm as well as the BrowseDialog control. The results are shown in a ListView which already has an Incremental search ability that you can take advantage of. Just add you an InfoPanel that has the text box then manually execute the incremental search on the populated results list and there you go.
Did this ever make it in? Is it documented anywhere? My user wants the textbox to incrementally search the results list exactly as you described. I have the InfoPanel withthe textbox, now I am lost.
Also, how to I programatically execute the search, I found the "Search" method in the class browser but could not figure out how to use it just from that. User wants the results list prepopulated.
Thanks