Delphi: Showing another application window that is minimized to task bar
Question by Guest | 2018-12-17 at 18:11
I am trying to show another Application Window that is minimized to the taskbar.
I have been using the SHOWWINDOW and SETFOREGROUNDWINDOW commands which work well (bring the window to the front of the screen) as long as the other application window has not been minimized. If the other window is minimized before calling these commands, then they appear to work, but the window does not appear or come to the foreground.
Related Topics
MIME Types of Microsoft Office File Formats
Info | 0 Comments
Delphi: Bringing another Application's Window to Foreground when minimized
Open Question | 1 Answer
Delphi: Global Treatment of Errors (Exceptions)
Tutorial | 0 Comments
Delphi: System-Wide HotKey
Tutorial | 1 Comment
Lazarus/Delphi: Width and ClientWidth - Difference
Info | 0 Comments
Delphi: Event Order of a Form - From OnCreate to OnDestroy
Info | 1 Comment
Delphi/Lazarus: How to set up a Link to a Website in an Application
Tutorial | 0 Comments
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
Please show us the code, you are using so far with those ShowWindow and SetForeGroundWindow commands you are talking about.
2018-12-17 at 18:15