Jump to content

Fileopendialog Question


alawoona
 Share

Recommended Posts

  • Developers

you could do a WinSetState ("au3gui title","",@SW_HIDE ) before you do the FileOpenDialog and then do a WinSetState ("au3gui title","",@SW_SHOW).

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

This will cause AutoIt 3's window to flicker for a moment, but this should guarantee your FileOpenDialog to be on top.

Opt("WinWaitDelay", 1); We need speed!
WinActivate(AutoItWinGetTitle())
WinSetState(AutoItWinGetTitle(), "", @SW_HIDE)
FileOpenDialog("Blah", "Blah", "All (*.*)")
Opt("WinWaitDelay", 250); Back to default
Edited by Valik
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...