Autocomplete File Path
-
I need to display the file system entries if the user types a file path in a textbox. Is there any implementation for this purpose. For an example try typing "C:\" in Start Menu -> Run dialogue. I am using framework v 1.1
-
I need to display the file system entries if the user types a file path in a textbox. Is there any implementation for this purpose. For an example try typing "C:\" in Start Menu -> Run dialogue. I am using framework v 1.1
Hi, These feature is implemented in .Net framework 2.0 but not in .Net 1. Here a usefull link that contains some code to implement Autocomplete feature : http://blog.theple.com/neoworkadmin/folder/13.html?uid=65[^] Go to the section : Ability to add Auto-Complete to any Text Box HTH. Hayder Marzouk
-
Hi, These feature is implemented in .Net framework 2.0 but not in .Net 1. Here a usefull link that contains some code to implement Autocomplete feature : http://blog.theple.com/neoworkadmin/folder/13.html?uid=65[^] Go to the section : Ability to add Auto-Complete to any Text Box HTH. Hayder Marzouk
Thanks for your reply. However this link cannot be opened. I managed to get another solution at "Auto-File and URL Completion for Text Boxes and Combo Boxes"