Private Sub browse_done(ByVal Sender As Object, ByVal e As Windows.Forms.WebBrowserDocumentCompletedEventArgs) CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.TextBox.Text) End Sub
i have this code as go button CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(Tool.Strip.textbox1.textbox.text) it says Tool is not declared and if i take out the . it says toolstriptextbox1.textbox.text is not declared please help?
im making a history but i keep getting this error"Value cannot be null. Parameter name: item" can i fix it and heres my code "ComboBox1.Items.Add(CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url)"
I tried the code but it didnt work and neither did this code. Me.ToolStripComboBox1.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url.ToString can u help.
hello. very nice tutorial. learned a lot from it. is there any way to set a homepage for this too? when you use webbrowser instead of a tabcontrol, you are able to set a url for it. can you do that for a tabcontrol?
i got a question (Good vid by the way) i keep getting an error......InvalidArgument=Value of '2' is not valid for 'index'. Parameter name: inde...., i need some help i don't see the problem and my interpretation skills are a bit off anyone got suggestions
True, but you don't learn by getting the code, and just using the code without over looking it.
Like with Web templates for example, if you just take the codes and put them down you're not learning shit. You just have a web template that someone else made, but when you over look the codes, and start to understand then, and mess with them yourself. Then you'll start to understand them. (That is if you don't research, and actually try to learn)
I don't do much CSS yet, but I do HTML. I learn best when I look at examples and try it myself. Than that tells me that this code does this. Despite the fact that its cheap, it still counts as learning.
Nevermind Its Back. When I type an address in the Address bar and click on the navigate button, it says "Object reference not set to an instance of an object". Please Help!!!
Thanks for the tut ... everything works fine except 1 thing ... i dont see the browser in my tabs ... its like if the tabs were over the actually browser and when i wanna naviguate it only does so on the webbrowser ... the tabs just stay plain white over the webbrowser ... any ideas??
This makes absolutely no sense... i have the code right but every time, anywhere, i type tabcontrol1 i get an error saying name "tabcontrol1" is not declared. why is it doing this??? please help...
geart vid man helped alot just one question what is the code at the end of Browse_done after .WebBrowserDocumentCompletedEventArgs??cus im getting the little red box under the s in args that's the only error i have...
I have done everything the tutorial saidbut the go button doesn't work :( (and probably not the other buttons either...) Oh and my Toolstrip keeps overlaping my tabs when i use Dock - Fill. Thanks in advantages for any help i get. BTW i'm using 2008
How do I make the Progress bar work with tabbed browsing? Before it worked when I didn't have the tabcontrol component added, but now it doesn't work. Any ideas?
I was getting the same error as you by closing all tabs and opening a new tab becoz i realised that i had i + 1 = 1 which it should be i + i = 1 so if anyone downloads the code from someone in the tutorial 1 make sure u review it all.
Roman when i have no tabs (all closed) and i type google(.)com it gives me an error becoz there is no tabs how can fix that? u know firefox, u dont need any tab to start navigating only if u want another website u add a new tab.can u fix it mate?
I don't have a Form_Load in my code page... if you can just paste the code for a Form_Load would you mind posting it? I am talking about the entier Form_Load thing.. the blue at the top.. not what goes in it, lol - man I am a noob =\
Sorry for the blur. DON'T WATCH THIS IN FULL SCREEN! I can't paste the code. Waaaaaaaayyyyyyyyyyy too long. sry =(. I will try to repost the tut in better quality.
Hey Roman, I don't mean this to sound condescending, but for a kid, you are brilliant. These are awesome tutorials. And I'm not just saying that. Compared to other tutorials here on youtube, these are more advanced and what people looking to learn how to program are looking for. Also, the zoom deal that you do on your videos helps a grip bro. Keep up the good work. Greatful for the vids.
on the Private Sub browse_done(ByVal sender As Object, Byval e As Windows.Forms.WebBrowserDocumentCompletedEventArgs the "s" on the end of args got an error
Can you pm me your code, becuase on the browse_done where you put in Ctype(tabcontrol1.selectedtab.controls.item(0),webbrowser)
This gives me an error saying that it could not be converted to string... please help because this is the only guide i have gotten to work this far with the tabs.....
@ExsplosiveProduction, it works for me i dont know why it dosen't work for you. I was in youtube all day on my browser
.
Yet i didnt use his code, i used my own.
Nice video by the way.
Not really advanced but i admire you.
guitarhero3lol 10 months ago
HOW THE HELL DO I VIEW VIDEOS IN THE BROWSER I KNOW IT HAS SOMETING TO DO WITH FLASH
ExsplosiveProduction 1 year ago
lol
NULL
richardwang1007 1 year ago
Hows that advanced (no bookmarks, history, google search,refresh,stop,options,styles and more!!!!!!!)
penguin5427497 1 year ago
can u make a tutorial how to make a bookmarks pls cuz my code don't work :(
My.Settings.Bookmarks.Add( WebBrowser.Url.ToString)
t
ArderBoo 1 year ago
what r u record with?
how u doing that arrow?
btw nice tutorial
answer please
SuperTube40 1 year ago
Source?
VisualBasicGeek2010 1 year ago
@VisualBasicGeek2010 For what?
LogOnLegsProductions 1 year ago
@LogOnLegsProductions For some reason, when i load the application, the tabs do not say "Page " then the number of the tab it is.
VisualBasicGeek2010 1 year ago
real code for the browse_done
Private Sub browse_done(ByVal Sender As Object, ByVal e As Windows.Forms.WebBrowserDocumentCompletedEventArgs) CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.TextBox.Text) End Sub
copy that
nicolasgrard 1 year ago
The variable "browse" has no value :-S
homepage5tv 1 year ago 2
Ah! I forgot the "new" :-)
homepage5tv 1 year ago
why do i get really long tab names instead of web site names i get the full code
foxmax9876543210 1 year ago
CType(TabControl1.SelectedTab. Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.TextBox.Text)
the comma before WebBrowser) error character is not valid please help.
zIgravesIz 1 year ago
Use public subs in a module instead :) and call the public subs from your whatever buttons.
DaniQ123 2 years ago
im not stuck but idnt understand whats going on
PremiumZero 2 years ago
nope not stuck what he said was ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserDocumentCompletedEventArgs yay
Milzy619 2 years ago
lol 1:40?
im stuck now D:
like documentofwebbrowser competed esfhsidofhijsdfhb lol
Milzy619 2 years ago
I am having troubles with the back command in the coding section, it appears the code is out-dated, care to gimme an alternative?
benfrowendotcodotuk 2 years ago
Outdated?
LogOnLegsProductions 2 years ago
Put some codes
808samuel 1 year ago
@LogOnLegsProductions Anything work for me :'(
nicolasgrard 1 year ago
This has been flagged as spam show
I no how to fix the "browse" error pm me if you need any help
holland8000 2 years ago
what did he say at 1:40
OfficialXboxPlayer 2 years ago
something like DocumentsCompletedEventsArts() lulz
songsreborn 2 years ago
args
ThaPrey 2 years ago
LOL IMAO WTF LOL
1:40 - 1:42
2000daniella 2 years ago
78uypio;op[ippio
2000daniella 2 years ago
i got an error on TabControl1.SelectedTab(i) that says property must be assigned and help me
bunnyz324 2 years ago
Its : TabControl1.SelectTab(i)
moemin 2 years ago
4 errors :|
Type "Item Could not be Found"
Array Bounds Cannot Appear Around Specifiers
Variable "browse" is used before it is assigned a value
Help please
1mgonnadie 2 years ago
i get 2 same errors of the same which says
"Property access must assign to the property or use its value."
shifax7 2 years ago
brilliant! works perfect
anth12 2 years ago
Comment removed
tekriacorp 2 years ago
This has been flagged as spam show
CType(TabControl1.SelectedTab.Controls.Item(0), webbrowser).gohome
soaringcomet 2 years ago
YOU TALK LOUD ENOUGH!
Shadowkiller198 2 years ago
how can i set a homepage for this?
saint1997 2 years ago
Comment removed
soaringcomet 2 years ago
This has been flagged as spam show
CType(TabControl1.SelectedTab.Controls.Item(0), webbrowser).gohome
soaringcomet 2 years ago
THANK YOU!
saint1997 2 years ago
awesome tutorial
but i wanna know something...
if i close every tab and close another tab, my browser doesn't work anymore..i need help pls
WiiEntertainYou 2 years ago
I am trying to learn how to connect to web forms, fill them out and submit them.
Does anyone know how to do this??? If so, I am willing to pay $100 for anyone to teach me this in VB 2008.
I will pay $100 via PayPal donation or however you wish to collect the payment.
I need to learn this urgently !!!
Acebeats1 2 years ago
2:09
Deighton4 2 years ago
sorry man its a good tut but in a hurry click i come to clcick pure/1.0 rate but i would have given it 5/5
danskcoder 2 years ago
can someone help me i received 27 errors when i played it
NerfKing59 2 years ago
AH! what happened?! i made a browser before and it worked fine, but now....I'm having an ERROR with the navigation part! PLEASE HELP!
I get this error:
Index 0 is out of range. Parameter name: index
Please HELP!
hallowshut 2 years ago
thanks a lot
hacker0wnz 2 years ago
"oopsies" ROFL :)
afrank1988 2 years ago
u sound like its boring but programming is fun :)
computertrick 2 years ago
Hey, uh... HUGE ERROR
When you close a tab and than open one, the program crashes.
KingCold999 2 years ago
Yes thats right!.. :( Any one knows how to fix?..
JACOBFLARSEN 2 years ago
Never mind fixed it :)
JACOBFLARSEN 2 years ago
Hey LogOnLegsProductions how did you do that? just drawing the arrow thing and what cam did you use it looks cool!!!!!!!!!!!
sevenmeyou 3 years ago
Gah this guy is an idiot! annnnnnnnnnnd thats it.
idk1895 3 years ago
Great tutorial!!!
jordansstuff 3 years ago
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripComboBox1.ComboBox.Text)
hey dude it keeps getting an error.... but i cant find the glitch what should i do to this line?
defoliators01 3 years ago
What is the error?
LogOnLegsProductions 3 years ago
@LogOnLegsProductions
the error is NullRefrenceException was unhandled
i keep getting it too when i press go
Ouglor 1 year ago
Try this
if an error occurs or have a dought about vb, then pm me
*********************************
CType(TabControl1.SelectedTab. Controls.Item(0), WebBrowser).Navigate(ToolStripComboBox1.Text)
cuteboymimmi 3 years ago
omg, this is bad.
good is:
CType(TabControl1.SelectedTab. Controls.Item(0), WebBrowser).Navigate(ToolStripTextBox1.TextBox.Text)
because you type ComboBox1 so i change TextBox1 and si good :D
Degisman 2 years ago
@defoliators01 CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripComboBox1.ComboBox1.Text)
not CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ToolStripComboBox1.ComboBox.Text)
TheSource46 1 month ago
i have this code as go button CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(Tool.Strip.textbox1.textbox.text) it says Tool is not declared and if i take out the . it says toolstriptextbox1.textbox.text is not declared please help?
thisispivot 3 years ago
try toolstrip1.textbox1.textbox.text
LogOnLegsProductions 3 years ago
ok ty i fixed it but how do i make it not make multiple items? can i?
xboxkiller360 3 years ago
im making a history but i keep getting this error"Value cannot be null. Parameter name: item" can i fix it and heres my code "ComboBox1.Items.Add(CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url)"
xboxkiller360 3 years ago
do not put a space between Tab and control. Also make sure that a webbrowser page is open
LogOnLegsProductions 3 years ago
Oh and this code can only be called after the page is loaded
LogOnLegsProductions 3 years ago
Comment removed
xboxkiller360 3 years ago
I tried the code but it didnt work and neither did this code. Me.ToolStripComboBox1.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Url.ToString can u help.
Thnx
john987098 3 years ago
PS: How to create a working progres bar for every tab? What event to use?
Please answer quick?
MegaMaxCorp 3 years ago
Variable 'browse' is used before it has been assigned a value. A null reference can result at runtime.
How do I fix this?
Hunter7023 3 years ago
You forgot the new.
LogOnLegsProductions 3 years ago
Good but now I got a syntax error.
Hunter7023 3 years ago
2:53
hellayeah47 3 years ago
I got this Error
InvalidArgument=Value of '1' is not valid for 'index'. Parameter name: index PLEASE HELP!
crossjermin 3 years ago
Where ever it highlights replace the 1 with 0
LogOnLegsProductions 3 years ago
the tabs had an error to me
it said
Index 0 is out of range. Parameter name: index
This only happens when the tab is not the first opened tab
how2065 3 years ago
can you please help me on the tabpage size because my tab page came out mini.........
how2065 3 years ago
the code "Dim browser as new webbrowser"
it said that a type is expected any reasons?
how2065 3 years ago
deadlyscone, add a PROGRESSBAR where ever you want and
for a nontabbed browser, go to the progresschanged event of your webbrowser. there code - PROGRESSBAR.value=e.currentprogress
and thats it, over here, you see that addhandler? add another one as progresschanged and
PROGRESSBAR.value=e.currentprogress
zeusthedevil 3 years ago
how do you put a progress bar on a tabbed or even non tabbed browser? please reply
deadlyscone 3 years ago
Holy cow, how old are you? your really talented dude.
lbrtdy 3 years ago
How do I add a homepage to the browser?
ToxicGod69 3 years ago
How do I stop tabs being closed so there has to be atleast 1 tab open
Oliver9500 3 years ago
i would try
If Tabcontrol1.TabCount = 0 Then
Msgbox("You Must Keep At Least One Tab Open At A Time",Critical,"Error")
Exit Sub
Else
TabControl1.TabPages.RemoveAt(TabControl1.TabIndex)
End If
maxpayne556 3 years ago
somehow the tab text doesnt work on the first tab but on all others :/
Electricalchangee 3 years ago
how do i make the tab text code cuz it doesnt work for me
Electricalchangee 3 years ago
hello. very nice tutorial. learned a lot from it. is there any way to set a homepage for this too? when you use webbrowser instead of a tabcontrol, you are able to set a url for it. can you do that for a tabcontrol?
AxelKg 3 years ago
the browse done code doesnt work for me
Electricalchangee 3 years ago 2
yeah same here
lucasmaddog 3 years ago
Has anyone managed to add a progress bar to the tab Browser? ...am having not luck at all.
Kj19c70 3 years ago
i got a question (Good vid by the way) i keep getting an error......InvalidArgument=Value of '2' is not valid for 'index'. Parameter name: inde...., i need some help i don't see the problem and my interpretation skills are a bit off anyone got suggestions
Canj2007 3 years ago
Whaere it highlights is probably Ctype(tabcontrol1.selectedtab.controls.item(0), webbrowser).whatever
The item(-) has to be item(0). u probably put item(2)
LogOnLegsProductions 3 years ago
hey does anyone know how to make the progress bar work. i can do it with a non-tabbed broswer by using
ToolStripProgressBar1.Maximum = Convert.ToInt32(e.MaximumProgress)
ToolStripProgressBar1.Value = Convert.ToInt32(e.CurrentProgress)
dont kno how to get it to work with this tab set up
ajr711 3 years ago
Worst tutorial ever! Makes the most simple thing very difficult! Show the damn code damnit!
gamefreak1000000 3 years ago
The point of the tutorial is so you can learn from it. It's not just so you can get a code to copy down, cause like that you don't learn.
I however found this tutorial to be very helpful, and I learned a lot from it.
mikethedj4 3 years ago
No you learn by looking at examples and getting the idea. Everyone learns differently!
gamefreak1000000 3 years ago
True, but you don't learn by getting the code, and just using the code without over looking it.
Like with Web templates for example, if you just take the codes and put them down you're not learning shit. You just have a web template that someone else made, but when you over look the codes, and start to understand then, and mess with them yourself. Then you'll start to understand them. (That is if you don't research, and actually try to learn)
mikethedj4 3 years ago
I don't do much CSS yet, but I do HTML. I learn best when I look at examples and try it myself. Than that tells me that this code does this. Despite the fact that its cheap, it still counts as learning.
gamefreak1000000 3 years ago
will somebody help? did nobody notice that the textbox doesnt show the url of the page you go to?
zeusthedevil 3 years ago
textbox1(dot)text = webbrowser1(dot)url
aegnt09 3 years ago
it seems as if everyone but me has problems with it
thejonjon 3 years ago
lol , i managd to add a 'file' menu with an exit button that works , and a refresh button that im still working on
thejonjon 3 years ago
Nevermind Its Back. When I type an address in the Address bar and click on the navigate button, it says "Object reference not set to an instance of an object". Please Help!!!
Jacobsaunders1993 3 years ago
i need help with the first set of codes you went to fast
erad213 3 years ago
Thanks for the tut ... everything works fine except 1 thing ... i dont see the browser in my tabs ... its like if the tabs were over the actually browser and when i wanna naviguate it only does so on the webbrowser ... the tabs just stay plain white over the webbrowser ... any ideas??
420C00KIE 3 years ago
NEED HELP. When I enter an address in the box and press the navigate button, it says
"Object reference not set to an instance of an object."
PLEASE HELP ME
Jacobsaunders1993 3 years ago
Nevermind. I got it working!!
Jacobsaunders1993 3 years ago
oh my god, this is like HELL! i see new problems all the time.
NikkexD 3 years ago
im having problems with the tab name, i cant get it to say the name of the site, it just says "Page 1" on all tabs. really wierd!
ive double checked like 10 times now, there isnt 1 single error in the code!!!
plz respond :)
NikkexD 3 years ago
no probs, i got it.
btw, if anyone is having trouble reading the code... add
&fmt=18
to the end of the url.
NikkexD 3 years ago
hmm WTF dude? it help LOL
hell858 3 years ago
This makes absolutely no sense... i have the code right but every time, anywhere, i type tabcontrol1 i get an error saying name "tabcontrol1" is not declared. why is it doing this??? please help...
whiplash365 3 years ago
good lord when you copied and pasted that thing after eventargs, how am i supposed to get that down?
Gitert 3 years ago
Dam right!! WTF!!!!!!!!
kitohol 3 years ago
ok i fixed part of it
the errors are fixed but now it has 2 warnings both saying
Variable 'browse' is used before it has been assigned a value. A null reference exception could result at runtime.
Please help any1..
TheLegendsClan 3 years ago
How did u fix the error? it says something is wrong whenever i try to type this in:
TabControl1.SelectedTab(i)
It says "Property access must assign to the property or use its value."
Please help me out, ;)
MexicanoJJC2 3 years ago
Its not TabControl.Selectedtab(i)
Its TabControl.SelectTab(i)
sopokilla37 3 years ago
No! its TabControl1.SelectTab(i)
hell858 3 years ago
yeah, i figured it was going to be that. Because I was also trying TabControl1.SelectedTab.Equals(i)
But then i was having some trouble with navigating to webpages ;) Thanx anyways man!
MexicanoJJC2 3 years ago
my
(i, "Page " = & i + 1)
the & says expression expected
TabControl1.SelectedTab(i)
says that Property access must assign to the property or use its value.
TheLegendsClan 3 years ago
geart vid man helped alot just one question what is the code at the end of Browse_done after .WebBrowserDocumentCompletedEventArgs??cus im getting the little red box under the s in args that's the only error i have...
madinmexico 3 years ago
Windows.Forms.WebBrowserDocumentCompletedEventArgs)
Make sure it's closed??
Mine Works
pkrzown2 3 years ago
oh thank's i didn't see that parenthesis..
madinmexico 3 years ago
no problem glad I could help
pkrzown2 3 years ago
Works well, occassionally gets an error if you try to use it too fast.
pkrzown2 3 years ago
Boyee next time put the code on the description , I pajiao (cock-eyed , cannot see properly)
hacktrainers 3 years ago
Ive got that error you got, but the i = i - 1 didnt fix it.
VisualBasicTuts 3 years ago
Firstly I would like to say well done !
I have one question however, when you change tabs, surely the address bar should change.
What would the code for this be ?
Addressbar.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).URL.ToString()
This code doesn't work ? Whats the correct way ?
DJ PIP
djpip27 3 years ago
Addressbar.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).URL.ToString()
Addressbar.text.Value = Null
try that
roberini 3 years ago
Thanks
djpip27 3 years ago
Can you teach me for control Progress bar please
Apilove2101 3 years ago
Thank you for show how i can add dynamic controls
alcyone111 3 years ago
what program youhh usin to get alll of them effects
they are awesome...
and nice vids...
i learned a lot from em
jonnyisere265 3 years ago
Thank you so much!!!
ThronedCREATOR 3 years ago
Dim browse As New WebBrowser
You forgot the "NEW" Part... or else it doesn't make the webbrowser! this is only in VB2008
PvPfunserver 3 years ago
it says browse is not declared before it has been used?
phillipnorthfield 3 years ago
me to!
demon15050 3 years ago
works great! thanks XD
flashfith 3 years ago
i got an error when i type this :
TabControl1.SelectedTab.Text = CType(TabControl1.selecedtab.Controls.Item(0), WebBrowser).documettitle
The error in the code is :
(TabControl1.selecedtab
please help me
RALLE1229 3 years ago
You spelled selectedtab selecedtab(no t next to c)
ILikePizza555 3 years ago
man I got a problem when I add a tab! it doesn't work! its telling me that its an error
BlaBlaBlaZ2 3 years ago
man me too!
joneagle29 3 years ago
me 2 >:(
GageDylanArse 3 years ago
i got the whole code, but i edited some things couse some things didnt work :S
also... i used buttons, and not toolstrips and things... it just looks crappy!
if anybody want the code i can send it.
NikkexD 3 years ago
I got the full code
BlaBlaBlaZ2 3 years ago
I found the play button.
but the "Go" button doesn't work it comes up with a error says something about about the "Item(0)" thingy.
deathtrh 3 years ago
Where is the "Play" Button?
deathtrh 3 years ago
can you please send me all the code here on youtube? please
BlaBlaBlaZ2 3 years ago
I have done everything the tutorial saidbut the go button doesn't work :( (and probably not the other buttons either...) Oh and my Toolstrip keeps overlaping my tabs when i use Dock - Fill. Thanks in advantages for any help i get. BTW i'm using 2008
themrfj 3 years ago
I fixed it, but i can't get the progress bar to work... it worked before i made mt browser tabbed :(
themrfj 3 years ago
I can see the part after AddHandler Browse.DocumentCompleted, AddressOf
BlaBlaBlaZ2 3 years ago
Sorry I mean that I can't see the part after the addhandler browse.documentcompleted,adressof
BlaBlaBlaZ2 3 years ago
How do I make the Progress bar work with tabbed browsing? Before it worked when I didn't have the tabcontrol component added, but now it doesn't work. Any ideas?
Shaythong 3 years ago
dude i catn see the last part about new tab you never zoom in to it can you tell me it?
Zaerdna 3 years ago
I got it all to work great, but my problem is:
When it opens, it'll create a tab with the browser and everything, right?
Well when I create a new tab myself, the Web Browser isn't in the tab.
Can anyone help me with that?
starwarsfan567 3 years ago
can you please send me the code starwarsfan567 that you got from the tutorial?> I can't see all the code.
BlaBlaBlaZ2 3 years ago
Hi Roman, how u?
I was getting the same error as you by closing all tabs and opening a new tab becoz i realised that i had i + 1 = 1 which it should be i + i = 1 so if anyone downloads the code from someone in the tutorial 1 make sure u review it all.
Roman when i have no tabs (all closed) and i type google(.)com it gives me an error becoz there is no tabs how can fix that? u know firefox, u dont need any tab to start navigating only if u want another website u add a new tab.can u fix it mate?
tiagocanha 3 years ago
Well done for such a great tutorial but one question, what is the code for the Progress bar coz none of them work now coz of the tabs?
breastrokeswimmer 3 years ago
sorry for the last one.. i got it right.. thanx very much i now got my first web browser !!!
For the code download here guys.. :
uppit(.)com/5S9IBE I Uploaded it.. :) just remove the ( )
jambanIT 3 years ago
1.'WebBrowser is a type and cannot be used as an expression.
2. Syntax error in cast operator; two arguments separated by comma are requiered Got these two error any solutions?
jambanIT 3 years ago
thx man its great but i know
something that will make it better
Put this in a timer that is ENABLED and interval= 50
Me.Text = TabControl1.SelectedTab.Text
that way the title of your tab will be displayed in the tile of your form
cyberhacker13 3 years ago
need help with TabControl1.SelectedTab = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).DocumentTitle part
markmck2 3 years ago
yea if u upload the code it would be great
i get an error 2 with the browse_done ..
but it's a great tut and i think ur a very very good programer
p0w3rFloW 3 years ago
could you upload the source code to a website like rapidshare so i can download it and work off it?, i will give you credit if i use ur cource code.
SwatPlayer117 3 years ago
Hey dude, how did you get to the Form_Load?
I don't have a Form_Load in my code page... if you can just paste the code for a Form_Load would you mind posting it? I am talking about the entier Form_Load thing.. the blue at the top.. not what goes in it, lol - man I am a noob =\
StealthTools 3 years ago
Also: VB 2005/2008 make a tabbed web browser tutorial has been removed :'(
StealthTools 3 years ago
Please post all the codes! Omg I cant see the freakin screen! D:
HabboUSstaff 3 years ago
Sorry for the blur. DON'T WATCH THIS IN FULL SCREEN! I can't paste the code. Waaaaaaaayyyyyyyyyyy too long. sry =(. I will try to repost the tut in better quality.
LogOnLegsProductions 3 years ago
What is the very long code that you mentioned after Windows.Forms.WebBrowserDocumentCompletedEventArgs
I cant see, the screen is too blury :S
HabboUSstaff 3 years ago
I got it,but the WebBrowser code part keeps giving me an error.Saying "Type Expected"
TabControl1.SelectedTab.Text = CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Documenttitle
AquaPhoenix2006 3 years ago
Hey Roman, I don't mean this to sound condescending, but for a kid, you are brilliant. These are awesome tutorials. And I'm not just saying that. Compared to other tutorials here on youtube, these are more advanced and what people looking to learn how to program are looking for. Also, the zoom deal that you do on your videos helps a grip bro. Keep up the good work. Greatful for the vids.
lrobbo314 3 years ago
hnaks for the support. And about the fact that i'm a kid yor sorta right. Im 12 years old. =P
LogOnLegsProductions 3 years ago
on the Private Sub browse_done(ByVal sender As Object, Byval e As Windows.Forms.WebBrowserDocumentCompletedEventArgs the "s" on the end of args got an error
movieb0y 3 years ago
Can you pm me your code, becuase on the browse_done where you put in Ctype(tabcontrol1.selectedtab.controls.item(0),webbrowser)
This gives me an error saying that it could not be converted to string... please help because this is the only guide i have gotten to work this far with the tabs.....
DarkTuber1021 3 years ago