Jump to content

Automate Filesave dialog


Recommended Posts

Hi,

I need to trigger the save button in FileSaveDialog automatically.

I have written the following code but in vain

$var = FileSaveDialog( "Save As",$Padnaam,"Text files (*.ini;*.txt)",2,$Lognaam)

WinWait("Save As", "Do you want to open or save this file?", 3)

WinActivate("Save As")

WinWait("Save As", "Save &in", 3)

ControlSetText("Save As", "","FileSaveDialog", $Lognaam)

ControlClick("Save As", "Save &in", "&Save")

Kindly shed some light on this

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