Easy way to change TE_PROCESS_ENTER on DirDialog, or owner-draw dir picker's exist?

I just noticed on a DirDialog when I pasted a path into the textbox and pressed enter on my keyboard, the dialog exited and returned the pasted path.

I want the behavior to cause navigation to the directory in the textbox on enter-press, not returning.

Which platform? I could be wrong, but I think what you're describing is
the native standard behavior (in Windows, anyway) for a filepicker dialog
that's in directory-search mode; I believe that if you switch to
file-search mode you get the behavior you're looking for. I can't actually
test this at the moment, so I may be mistaken - but I thought I'd toss it
out as something to try.

···

On Fri, Jul 25, 2014 at 6:11 PM, Nathan McCorkle <nmz787@gmail.com> wrote:

I just noticed on a DirDialog when I pasted a path into the textbox and
pressed enter on my keyboard, the dialog exited and returned the pasted
path.

I want the behavior to cause navigation to the directory in the textbox on
enter-press, not returning.

Yep I’m on Windows.

I’d rather not use FileDialog with a wildcard that should never exist (i.e. *.zyxw0987) since that would look strange I think.

···

On Friday, July 25, 2014 6:27:36 PM UTC-7, Marc wrote:

On Fri, Jul 25, 2014 at 6:11 PM, Nathan McCorkle nmz...@gmail.com wrote:

I just noticed on a DirDialog when I pasted a path into the textbox and pressed enter on my keyboard, the dialog exited and returned the pasted path.

I want the behavior to cause navigation to the directory in the textbox on enter-press, not returning.

Which platform? I could be wrong, but I think what you’re describing is the native standard behavior (in Windows, anyway) for a filepicker dialog that’s in directory-search mode; I believe that if you switch to file-search mode you get the behavior you’re looking for. I can’t actually test this at the moment, so I may be mistaken - but I thought I’d toss it out as something to try.