--- In [email protected], "mockey_a" <[EMAIL PROTECTED]> wrote:
>
> Hi.
>
> --- In [email protected], "brucexs" <bswitzer@> wrote:
> > One way to do it would be to send the key sequence that sorts to the
> > window. But there does not seem to be an alt sequence to do that...
>
> There are key sequences to do that, but keys are too unreliable.
> This is better:
> dll.call("FindWindowEx|ui[2] s s!", win.handle("filedialog"),
> 0, "SHELLDLL_DefView", "").sendMessage(0x111, 28716, 0)
> (all in one line)
>
> You can place this in the command list that runs when new windows
> open, with an entry of "filedialog" and it will sort all filedialogs.
>
> Mockey
>
Thanks for the help, but I cannot get this to work. Could you go into
a bit more detail setting this up? I tried to do as said, but the
files are not sorted differently in the run window and I get 2 error
windows that popup after closing the window.