File combo box in delphi

Posted by Bharat on Stack Overflow See other posts from Stack Overflow or by Bharat
Published on 2010-05-31T11:11:17Z Indexed on 2010/05/31 11:12 UTC
Read the original article Hit count: 236

Filed under:
|

Hi,

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

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2007