在后台打开一个网站? [英] Open a website in background?

查看:82
本文介绍了在后台打开一个网站?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我有一个问题。
我怎样才能打开一个网站,该网站通过maskedTextBox1提供了50个不同的线程(所有打开相同的URL)并重新加载每一个50个线程(网站)每10秒?

谢谢

Hello,

I do have a question.
How could I open a website which url is provided via maskedTextBox1 with 50 different threads (all opening same URL) and than reloading each and every of this 50 threads (websites) each 10 seconds?

Thanks

推荐答案

类似于:

Process.Start(" ; IExplore.exe"," www.msn.com");
Something like:

Process.Start("IExplore.exe", "www.msn.com");


这篇关于在后台打开一个网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆