Open link in new tab source

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts Page 1 of 1
Contributors
User avatar
Aragornn46
Top Poster
Top Poster
Posts: 186
Joined: Wed Aug 25, 2010 11:02 am

Open link in new tab source
Aragornn46
Ok i hate this code,i searched for it over a month,found some codes but i get errors.If is someone that knows the code,please make a source with it. devil;
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Open link in new tab source
Axel
what do you mean exactly
http://vagex.com/?ref=25000
User avatar
Aragornn46
Top Poster
Top Poster
Posts: 186
Joined: Wed Aug 25, 2010 11:02 am

Re: Open link in new tab source
Aragornn46
lol...what code can it be? a webbrowser code...
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Open link in new tab source
Codex
u can check CnS browser if it has because its an open source
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Open link in new tab source
Agust1337
This has been posted here already but here are the codes

Click on your webbrowser -> click the lightning -> double click NewWindow:
Private sub webbrowser1_NewWindow and so on...
Code: Select all
Dim newtab As TabPage
        Dim webb As New WebBrowser
        e.Cancel = True
        newtab.Text = "Untitled"
        webb.Dock = DockStyle.Fill
        webb.Url = New Uri(Me.wb.Url.AbsoluteUri)
        newtab.Controls.Add(webb)
        Me.wb = webb
        Me.tabcontrol1.Controls.Add(newtab)
there..
topic:
viewtopic.php?f=32&t=1597&start=10
Top-notch casual Dating
5 posts Page 1 of 1
Return to “Tutorial Requests”