Jump to content

Working with "Save As", "Open" Dialogs


atzoref
 Share

Recommended Posts

Yes of course

I already have the window details.

But I don't know how to change and set what I wrote.

The address is more problematic cus it not typical edit box, with the filename I almost succeeded but sometimes it is not work properly

and about (3) I don;t know too.

If you have an example of controling on a dialog like this it will be good

Link to comment
Share on other sites

Here is an example of an example.

$sPath=@DocumentsCommonDir
$sFILE=$sPath&'test.txt'
$sApp="notepad.exe"
$sAppTitle="[CLASS:Notepad]"
$sSaveTitle='Save As'
$sSaveInputTitle="Edit1"
Run($sApp)
WinWait($sAppTitle)
send("!fa")
WinWaitActive($sSaveTitle)
ControlSetText($sSaveTitle,"",$sSaveInputTitle,$sFILE)
Link to comment
Share on other sites

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...