Is it possible to detect that the shortcut that launched my app specified Run: Minimized in the shortcut? (without P/Invoke?) #21473
Unanswered
EricTerrell
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
You need to edit (or setup/create) the shortcut so that it will pass an argument telling the main app that it was run minimized. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've written a Windows & Linux app. When the app is launched in Windows, from a shortcut that specifies "Run: Minimized" I'd like to ensure that the main window is actually minimized.
Is there a way to do this other than P/Invoke? If so, what is it?
Thanks!
https://github.com/EricTerrell/EBTWeather
Beta Was this translation helpful? Give feedback.
All reactions