Jump to content

changing path in standard windows SysListView32


kiboost
 Share

Recommended Posts

Hi,

I have a bunch of softwares, like photoshop cs6 for instance, hich still use old winXP style open and save as dialog.

I would like to create a script that change the path of these dialog.

Actually I can get the window and send the control some stuff, but dunno how to send him to change path :

If WinExists("[CLASS:#32770]") Then
    ConsoleWrite("got one"&@CR)
    ControlSend("[CLASS:#32770]", "", "[CLASS:SysListView32]", "J:\")
EndIf

Any idea ?

Thanks

Win7 pro x64. scripts compiled to x64. - Autoit v3.3.6.1 | Scite 1.79

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...