You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to set a sub window's topmost to true, but unfortunately, the window list couldn't show all the windows. This is because it only shows the main window handle of all the running processes; sub-windows are not included.
I think I can improve the software, and I might be able to study it this week.
And by using this Command Line Usage, is that means everytime that specific window is running, it will always be automatically on top?
No, because the window handle is different every time it reopens.
Additionally, I think you are trying to top most the "Filename:" sub-windows automatically, am I correct?
How do I get the value of the HWND of the window that I want to be on top?
FYI, actually the window that I want to make on top is a sub-window of another main program.
And it's not appearing in the Window List of your program. So is this possible?
And by using this Command Line Usage, is that means everytime that specific window is running, it will always be automatically on top?
Thank you.

The text was updated successfully, but these errors were encountered: