How to determine if the specified program is starting, including the C# taskbar.

Asked 2 years ago, Updated 2 years ago, 39 views

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#

2022-09-30 19:45

1 Answers

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.


2022-09-30 19:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.