| |

VerySource

 Forgot password?
 Register
Search
View: 792|Reply: 6

How to determine whether an exe program is running

[Copy link]

1

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-1-14 18:40:02
| Show all posts |Read mode
How to determine whether an exe program is running,

Just like the Agricultural Bank of China's online banking, if you cannot find the specified program to run, you cannot access the webpage! !!
Reply

Use magic Report

0

Threads

322

Posts

115.00

Credits

Newbie

Rank: 1

Credits
115.00

 China

Post time: 2020-1-18 14:54:01
| Show all posts
Process [] oldP = Process.GetProcessesByName ("program name");
if (oldP.Length> 1)
{
MessageBox.Show ("The program is running!");
Ranch
Ranch
}
Reply

Use magic Report

1

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-1-19 17:36:01
| Show all posts
Mine is a web program, not winform
Reply

Use magic Report

0

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 Invalid IP Address

Post time: 2020-7-20 14:30:01
| Show all posts
If the web can capture client application information, then a new virus will appear so that others cannot use qq and msn to contact only through the web.

The web is currently not a substitute for application desktop programs
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-17 20:30:01
| Show all posts
Use code to check if this process is running
Reply

Use magic Report

1

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-8-18 11:15:02
| Show all posts
I just don’t know how to write the code.
Reply

Use magic Report

1

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-8-20 10:00:01
| Show all posts
I like it again
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list