Filename editor with :- Icon display (like IE4 Shell Extension)- Browse button- File name auto-completion (like IE4) (can complete a file name even in the middle of it !)- Context list of files bellow the edit box (like IE5)- Support of dropped files from explorer (replace or add the file name direct into the edit box)- Support multi-file edition (separate with ;)Source uses a new class TCustomEditEx which you can use to create your own custom edit box : it supports plugin classes which can add icons, buttons, auto-completion, context list boxes ... |