I would like to add an edit box (or is it a combo box?) for entering a file-path using Visual C Win32 so that it offers auto-complete – the same as when you type in Windows Explorer’s address bar.
Is there a common control or property I’m missing that allows me to do that?
You can use the standard edit control and call
SHAutoComplete. Like this:The system will do the rest for you.