| | |
Opening multiple firefox
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2008
Posts: 7
Reputation:
Solved Threads: 0
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
i am new to VB .NET and all help is appreciated.
VB.NET Syntax (Toggle Plain Text)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For i = 1 To 20 System.Diagnostics.Process.Start("website") Next i End Sub
i am new to VB .NET and all help is appreciated.
•
•
Join Date: Oct 2008
Posts: 29
Reputation:
Solved Threads: 1
•
•
•
•
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)
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For i = 1 To 20 System.Diagnostics.Process.Start("website") Process.Start("iexplore.exe") ' this will open 20 ie's. Next i End Sub
i am new to VB .NET and all help is appreciated.
added this
![]() |
Similar Threads
- help with .bat file opening multiple programs (Legacy and Other Languages)
- Firefox keeps opening multiple tabs by itself everytime I open Firefox (Viruses, Spyware and other Nasties)
Other Threads in the VB.NET Forum
- Previous Thread: Related To datageidview
- Next Thread: Music Sequencer written in Visual Basic
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms generatetags gridview html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey table temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year





