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.
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
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;
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
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...
topic:
viewtopic.php?f=32&t=1597&start=10
Click on your webbrowser -> click the lightning -> double click NewWindow:
Private sub webbrowser1_NewWindow and so on...
Code: Select all
there..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)
topic:
viewtopic.php?f=32&t=1597&start=10
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023