943,901 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 2259
  • VB.NET RSS
Dec 19th, 2008
0

Opening multiple firefox

Expand 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

VB.NET Syntax (Toggle Plain Text)
  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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
novadose is offline Offline
7 posts
since Jul 2008
Dec 19th, 2008
0

Re: Opening multiple firefox

Click to Expand / Collapse  Quote originally posted by novadose ...
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

vb Syntax (Toggle Plain Text)
  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
Reputation Points: 22
Solved Threads: 14
Junior Poster in Training
jbrock31 is offline Offline
73 posts
since Oct 2008
Dec 20th, 2008
0

Re: Opening multiple firefox

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
novadose is offline Offline
7 posts
since Jul 2008
Dec 20th, 2008
0

Re: Opening multiple firefox

You are very welcome. I am very new as well. I just learned this by reading the forums. Good luck.
Reputation Points: 22
Solved Threads: 14
Junior Poster in Training
jbrock31 is offline Offline
73 posts
since Oct 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Related To datageidview
Next Thread in VB.NET Forum Timeline: Music Sequencer written in Visual Basic





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC