Delphi: Bringing another Application's Window to Foreground when minimized
Question by David33 | 2018-12-17 at 18:15
I am trying to show another Application's 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: Showing another application window that is minimized to task bar
Open Question | 1 Answer
HTML5: Upload Images with Client Side Resize
Tutorial | 9 Comments
jQuery: Send HTML5 Canvas to Server via Ajax
Tutorial | 0 Comments
Create URL for Website from Title of Page
Tutorial | 0 Comments
Delphi: Global Treatment of Errors (Exceptions)
Tutorial | 0 Comments
Delphi: System-Wide HotKey
Tutorial | 1 Comment
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.
And whats the difference to Showing another application window that is minimized to task bar?
2018-12-18 at 00:21