AutoComplete textbox and comboboxes like Explorer does
Auto-fills a textbox as you type in... Exactly the same way as the textbox/combobox when you execute the Run window. Autocompletes the paths as you type...
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
Create a form, add a textbox (text1) Private sub Form_Load() SetAutoComplete text1 end sub ' Finally, just start entering something like "C:\Windo" in your textbox and you'll notice that it autocompletes with "C:\Windows" (suggested) but you also have a list of possible paths begining with the text you type in. ' Just thought I could share this with you... Can be handy ;)
Original Comments (3)
Recovered from Wayback Machine