954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to open multiple Sites

How to open multiple sites by using vb.net

When we click on a button multiple sites are open in Mozilla or internet explore in tab .......

i have tried this

System.Diagnostics.Process.start(webiste name)

but it open only one site at a time.......if we write this line two time on click event it open second website like this
System.Diagnostics.Process.start(website1)
System.Diagnostics.Process.start(website2)

but i want to open both website........

Plzz suggest..........

CatchItBaby
Newbie Poster
10 posts since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

Hi,
I think you have to give the Browser filename as process name and Sites as Command line parameter to the browser.

For Example

FireFox www.Google.com www.Yahoo.com

selvaganapathy
Posting Pro
547 posts since Feb 2008
Reputation Points: 44
Solved Threads: 100
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You