开发者

File combo box in delphi

开发者 https://www.devze.com 2023-01-01 09:40 出处:网络
I want to have file combo box in delphi. It must behave like this: If i enter C:\\ in combo box, it should show all the files & folders in C: Drive

I want to have file combo box in delphi. It must behave like this:

  1. If i enter C:\ in combo box, it should show all the files & folders in C: Drive
  2. If i proceed further i.e., if i enter C:\Pro, then all the files & folders starting with C:\Pro should be shown in combo box.

Simply it should behave like the File Name Combox Box that will come while using save 开发者_如何学编程dialog box


I think you perhaps mean autocomplete/autosuggest, in which case try the following:

Google like edit/combo control for Delphi?

Edit:

http://msdn.microsoft.com/en-us/library/bb759862.aspx

SHAutoComplete will give file functionality - check out this article

0

精彩评论

暂无评论...
验证码 换一张
取 消