J
Jeff Gaines
I am using a TextBox with AutoComplete set to "suggest" and
AutoCompleteSource set to "FileSystem". It works fine but is there any way
of knowing when the user has selected a file in the drop down list that
appears? Ideally something like "AfterAutoCompleteSelect"?
Also on Win7 x64 the OpenFileDialog and FolderBrowserDialog seem to use a
cut down version of Windows Explorer. Is there an equivalent to the
"Ensure Visible" command to ensure the InitialDirectory or SelectedPath
are visible when the dialog opens? They are selected but often not visible
without scrolling.
AutoCompleteSource set to "FileSystem". It works fine but is there any way
of knowing when the user has selected a file in the drop down list that
appears? Ideally something like "AfterAutoCompleteSelect"?
Also on Win7 x64 the OpenFileDialog and FolderBrowserDialog seem to use a
cut down version of Windows Explorer. Is there an equivalent to the
"Ensure Visible" command to ensure the InitialDirectory or SelectedPath
are visible when the dialog opens? They are selected but often not visible
without scrolling.