Opening multiple firefox

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2008
Posts: 7
Reputation: novadose is an unknown quantity at this point 
Solved Threads: 0
novadose novadose is offline Offline
Newbie Poster

Opening multiple firefox

 
0
  #1
Dec 19th, 2008
Or internet explorers, Im making a joke tool (im still learning alot in VB .NET and this was a simple tool to make for me) so far it opens 20 tabs in firefox of one web page, But what i want to do is it to open more firefox or internet explorer as well as opening more tabs, the code i have so far is

  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2. For i = 1 To 20
  3. System.Diagnostics.Process.Start("website")
  4.  
  5. Next i
  6.  
  7. End Sub

i am new to VB .NET and all help is appreciated.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 29
Reputation: jbrock31 is an unknown quantity at this point 
Solved Threads: 1
jbrock31 jbrock31 is offline Offline
Light Poster

Re: Opening multiple firefox

 
0
  #2
Dec 19th, 2008
Originally Posted by novadose View Post
Or internet explorers, Im making a joke tool (im still learning alot in VB .NET and this was a simple tool to make for me) so far it opens 20 tabs in firefox of one web page, But what i want to do is it to open more firefox or internet explorer as well as opening more tabs, the code i have so far is

  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2. For i = 1 To 20
  3. System.Diagnostics.Process.Start("website")
  4. Process.Start("iexplore.exe") ' this will open 20 ie's.
  5. Next i
  6.  
  7. End Sub

i am new to VB .NET and all help is appreciated.

added this
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 7
Reputation: novadose is an unknown quantity at this point 
Solved Threads: 0
novadose novadose is offline Offline
Newbie Poster

Re: Opening multiple firefox

 
0
  #3
Dec 20th, 2008
thank you jbrock31 your help is appreciated.

this may seem simple to some but i am very new to this so thank you.
Last edited by novadose; Dec 20th, 2008 at 9:26 pm.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 29
Reputation: jbrock31 is an unknown quantity at this point 
Solved Threads: 1
jbrock31 jbrock31 is offline Offline
Light Poster

Re: Opening multiple firefox

 
0
  #4
Dec 20th, 2008
You are very welcome. I am very new as well. I just learned this by reading the forums. Good luck.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC