简体   繁体   English

发送运行过程参数

[英]send running process argument

I have IE run on my system , I would like to send it an url. 我的系统上运行IE,我想向它发送一个url。

I would like to know how should I find the running IE proccess and how should I send it the Url 我想知道如何找到正在运行的IE进程以及如何向其发送网址

I will need to send the Url to the Running IE process 我需要将Url发送到Running IE进程

You can just do this: 您可以这样做:

System.Diagnostics.Process.Start(url); 

It will open it up with the default browser. 它将使用默认浏览器打开它。

Documentation. 文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM