Jump to content

Set on top the FileSelectFolder window


 Share

Recommended Posts

As said in the title, I need help to set the FileSelectFolder window always on top. This because I have an app that open the FSF window clicking on a button (from a child window) and if the main window is set AlwaysOnTop, the FSF one is opened behind it. Can you help me? thanks!

SFTPEx, AutoCompleteInput_DateTimeStandard(), _ImageWriteResize()_GUIGraduallyHide(): some AutoIt functions.

Lupo PenSuite: all-in-one and completely free selection of portable programs and games.

DropIt: a personal assistant to automatically manage your files.

ArcThemALL!: application to multi-archive your files and folders.

Link to comment
Share on other sites

As said in the title, I need help to set the FileSelectFolder window always on top. This because I have an app that open the FSF window clicking on a button (from a child window) and if the main window is set AlwaysOnTop, the FSF one is opened behind it. Can you help me? thanks!

Set the main window so that it isn't on top

WinSetOnTop($hwnd,"",0)

then call FileSelectFolder and set the main window back on top afterwards.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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...