Cool API of the day
on 06.23.03, 02:29pm in windows • digg this • comments (0)
Every once in awhile, you discover a new API that you wonder how you ever lived without. Here’s today’s discovery: SHAutoComplete().
Basically you pass the function a handle to an edit control and it “instructs system edit controls to use AutoComplete to help complete URLs or file system paths.”HRESULT SHAutoComplete(HWND hwndEdit, DWORD dwFlags);
Very cool. It’s amazing how long it sometimes takes to discover these things.



