Thank you for your help.
This is a rudimentary question.
Looking for a way to determine if the specified executable (program) is starting.
It is written on the site that you use Process.GetProcessesByName, etc.
If you minimize the program, you won't fall for it.
How do I get the information that I'm booting up, even if I'm minimizing it and hiding it on my desktop?
Thank you for your cooperation.
c#
You can get it with Process.GetProcessesByName even if it is minimized.So if you can't get it, I think it's something else.
© 2024 OneMinuteCode. All rights reserved.