开发者

How to start a process when application run?

开发者 https://www.devze.com 2023-03-10 04:31 出处:网络
I want to add a process to my application, the process should be started to listen some events when the application run. I searched in Internet, and I didn\'t find answers...

I want to add a process to my application, the process should be started to listen some events when the application run. I searched in Internet, and I didn't find answers...

Some people said that could use "Application.Run", but I didn't开发者_StackOverflow中文版 find this function in VB.NET project. Did I miss it?


Use the Process.Start static method, under System.Diagnostics namespace. You should be able to just write the path to the file and it should start it.

0

精彩评论

暂无评论...
验证码 换一张
取 消