Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs)
ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Value = e.CurrentProgress
End Sub
EVERYONE ON THIS CODE YOU MUST CHANGE THE "ToolStripProgressBar1.Value = e.CurrentProgress" to "ToolStripProgressBar1.Value = e.MaximumProgress" PLEASE LIKE THIS TO MAKE SURE IT IS NOTICED!!!!!
It says that "oolStripProgressBar1.Value = e.CurrentProgress" is "Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value" I've tried rescripting but it has an error for it every time. what do I do?
Also, imho. While Windows XP is a great browser, I belive that Windows 7 is better. It has all the features of XP with the great graphics of Vista. None of the shityness of Vista btw
I have done everything and i wrote the code just like you did in the video but it comes up with an error, Name 'Loading' is not declared. It has the same error twice...
thank you so much for the video , i hope if u could help me please with this
1) when i click on " Go Home " i wanna know how to change it to like Google.com ,or any other website
2) when i click on "Maximize" browser , the tab Control does stay in the size that i already made while im Editing the Browser's app , but i want when i click on Maximize i want the tab to Maximize with the browser as well
@Driftb0yy To do that, right click INSIDE of the TabControl, then press 'Add Button.' By the following, are you making something sorta like Google Chrome? BTW, I am using my web browser (Storm Browser BETA V 0.1) :D
@TheBalnket Awesome! Thanks so much. I am just trying to make a starting browser, then I go advanced. I would like some help from you when I do so if you don't mind. ;)
Just click on TabControl once, go into properties and put all the Anchors on left right and top bottom all except the middle one should be grey. [the middle doesn't become gray though].
@usunited1 I now know, thanks to a friend. Just click on tabcontrol once, go into properties menu and click on anchor and make all the thin ones gray. You're done! :)
Public Class Form1 Dim int As Integer = 1 Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) ToolStripProgressBar1.Maximum = e.MaximumProgress ToolStripProgressBar1.Value = e.CurrentProgress End Sub
it keeps freaking out and telling me that this is what is wrong
Hey, I am using vb 2010 and i'm getting this error in the toolstrip menu for the current progress part. It says value of 538200 is not valid for value. but all i have written is
Well, I got errors with the Timer and stuff so I took it out of the code and deleted it from my form and the Tab part and Properties works perfect, thanks a ton!!
dude there are so maney probloms with the code it dose not like it i like in depth videos and stuff but the resolt was pain. it keeps bringing up '-1' is not valid
hello, i have see your video how i can make my own web browser, but i get a fail with
Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) ToolStripProgressBar1.Maximum = e.MaximumProgress ToolStripProgressBar1.Value = e.CurrentProgress
Thanks, cool video. Unfortunately I have a sort of bug: my form starts at a certain size in normal window, but if I add a new tab it maximises the whole thing. If I reduce it to normal size, and then click on the first tab, goes back to maximised.. Any idea anybody?
Having a problem with PHP pages, it loads them but offset. you cannot access the top of the screen (no scroll option). It loads halfway down the page effectively and wont let you scroll up.
Thanks for the tutorial..Is it possible to make this content within the control..it means i done want scrollbars and i want see sites within the control size..
@TheHeavenOfficer dude, i had done that before, it showed 25 percent for fully completed. i think the e.maximum is 1000 not 100. i had to multiply by 10. i'm not sure if it's a problem by me or not.
nice run 100%
PJ19994 1 day ago
This has been flagged as spam show
A simpler version: Can you please view my video? It is a tutorial like this. /watch?v=uIpgLTDz2KQ
ConnersVBTutorials 3 days ago
Thumbs Up if you're watching this with a webbrowser you made yourself :P
PixeledPictures 1 week ago
Hi go button error help pls VB 2010
mARTINifi 2 weeks ago
i get this error:
Error 1 Name 'ToolStripStatusLabel1' is not declared.
HElp fast? pls
HybridThe0ne 2 weeks ago
nice
EVERYDAYSHITCL0UDS 2 weeks ago
nice
EVERYDAYSHITCL0UDS 2 weeks ago
dude thanks, it helped alot!
xxdeaddangerxx 2 weeks ago
Check out my browser. netx-browser(dot)blogspot(dot)com
Its way far advanced.
mdabdul100 2 weeks ago
Thx mine is work!!But i want to know how to give the browser more safety browsing like chrome????
allfilesforyou123 3 weeks ago
@allfilesforyou123 if you need to make a filter (Works on search & URL) just say in the Go button:
if combobox1.text = "Perverted name" then CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(C:\ProgramFiles\App\blockscreen.html)
end if
:
for safety features just do the same but with a website that may have malicous content.
kmpars 1 week ago
..Your accent made me leave your vid sorry...
BlacklistedVidz 1 month ago
How to make a button that goes to youtube with tabcontrol?
goliprop 1 month ago
cheers lad
lmckenna10 1 month ago
Nice tutorail but how do i make a button that goes to google/youtube?
goliprop 1 month ago
Comment removed
kallejjk 1 month ago
u mest it up foo it tells me syntax error or declaration expacted or sub matched sub errors and more i dont member
ZOMBIEOMBIE13 1 month ago
in which programme we learn to use visual basic?
MisterAbidAli 1 month ago
the new code in comments doesent work too
Shinrubik 2 months ago
UMM? Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
Shinrubik 2 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
Can I try making it using the webkit engine?
ZeroJSRF 2 months ago
no works :(
pk2307 2 months ago
WORKS Thanks Very Much
akkeb21 2 months ago
Your webbrowser fucked internet explorer
shash381 2 months ago 2
i've also just 'liked' this vid and put an 'incredible' in the reaction combobox
TheJ2941 2 months ago
environmentalnerd53's vids are totally awsome. I have just subscriped lol
TheJ2941 2 months ago
how to make the font small or bigger? do you have acode for that?
oxygenlifeless 2 months ago in playlist More videos from environmentalnerd53
It is working perfectly...Please, can you say me how to put my own home page???
StefabTheGreat 2 months ago
i spent an hour making this and then it didn't work
CodGamersWorldwide 2 months ago
why does it say the b in Private Sub is identifier expected
CodGamersWorldwide 2 months ago
So, you call Internet Explorer with your own interface, an "advanced web browser"?
Jajnick 3 months ago
This has been flagged as spam show
download VB from my channel only 5.8mb
wtfu054 3 months ago
Comment removed
xWolfsProductions 3 months ago
I only have the type expected error on "webbrowser"
How do i fix this
jxl105 3 months ago
@jxl105 you need to type webbrower1.(code) it cant be by it self
WindowsXV 3 months ago
@WindowsXV Why didnt you just paste the correct code in the info?!
jxl105 3 months ago
@jxl105 wait...in what info? D:
WindowsXV 3 months ago
@WindowsXV Information aka Description
jxl105 3 months ago
cannot watch utube vids on it says i need adobe on it downloaded it still didnt work
MatrixPKz 3 months ago
i didnt like this because he didnt explain what each code meant properly just skimmed through it. Dislike -_-
HuzimooV2 3 months ago
look at my web browser made in vb 10
/watch?v=yrkC5BzErNA
rqmok 3 months ago
Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs)
ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Value = e.CurrentProgress
End Sub
EVERYONE ON THIS CODE YOU MUST CHANGE THE "ToolStripProgressBar1.Value = e.CurrentProgress" to "ToolStripProgressBar1.Value = e.MaximumProgress" PLEASE LIKE THIS TO MAKE SURE IT IS NOTICED!!!!!
TheNedinator 3 months ago 21
@TheNedinator
there is a good one
c1javi 3 months ago
ERROR IN:
ToolStripProgressBar1.Value = e.CurrentProgress
(Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value)
s3xyraf03 3 months ago
xcuse me, dear uploader...... what gender exactly are you :D male or female :)
triXtyle 4 months ago
Heres the code
Here's The Code
HEre'z th3 c0d3
STOP SAYING HERES THE CODE JUST DO IT FAG
PhantomGamer100 4 months ago
I had absolutely no problems with these codes, all worked perfectly, just need to find out how to do History and Bookmarks now :)
xMaXP0w3rx 4 months ago
A little bit hard. Need to understand more.. How do you understand those codes??
WMVideos20 4 months ago
I did... Still, maybe dont work with Express edition? Or maybe u can give me with .txt in msn or somthing? xP
OneHitAndDie 4 months ago
48 errors -.-
OneHitAndDie 4 months ago 7
@OneHitAndDie Hence the annotation: REMOVE THE SPACES IN CODE!!
ecaep42 4 months ago
This comment is 1337.
AwesomeStep 4 months ago
This comment is almost 1337
AwesomeStep 4 months ago
thank you so much i liked ur video plss add more video about visual basic 2008
mmlrl25 4 months ago
This has been flagged as spam show
Hey can any one will join me to make a web browser
Mr12345678rohanable 4 months ago
TabControl1.SelectedTab.Controls.Add(Browser)
I entered all the code like you said in the video, but when I launched the application, on this line of code, there was an error:
NullReferenceException was unhandled by user code
object reference not set to an instance of an object
I am a beginner. Any help?
MultiPhoenixWright 4 months ago
5 more comments till 1337 and are u australian?cuz of ur accent and cuz u said G day
MrROFL92 4 months ago
hello, i know how to make it but i fish youtube for codes on tutoritals :D
diddlydan1 4 months ago
pretty cool hope it werks when i try!
ohmygod2832 5 months ago
It says that "oolStripProgressBar1.Value = e.CurrentProgress" is "Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value" I've tried rescripting but it has an error for it every time. what do I do?
Diggler397 5 months ago
@Diggler397 Change current progress to MaximumProgress
harshal75 5 months ago
@harshal75 Thank you SO Much! I'm gonna try it out right now. I've been trying to fix it forever
Diggler397 5 months ago
How do i create browser history ? for example as on every internet browser they have a section of the browser's website history.
smylieDJ 5 months ago
it says Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'. when i debug it
Heboidme 5 months ago
@Heboidme Same /:
mlscnzojnsd 5 months ago
@Heboidme same :( it says something is wrong with it.
Diggler397 5 months ago
Great, but how do I debug it?
NexusGrimRay 5 months ago
@NexusGrimRay
Press: F5 or press the Play button at the top
ptun2 5 months ago
Also, imho. While Windows XP is a great browser, I belive that Windows 7 is better. It has all the features of XP with the great graphics of Vista. None of the shityness of Vista btw
MrMiketheripper 5 months ago
Thanks bro!
MrMiketheripper 5 months ago
Thanks so much for the working tutorial!
TheOz1999 5 months ago
very thanks
ell3eeb 5 months ago
How do I "link" to a textbox in another form??
example "If textbox1.text in form1 = blablabla"
TheInfinityFighter 5 months ago
@TheInfinityFighter For example, you have an image to show in form2 that only shows when you press button1 in form1, try this:
Private Sub Button1_Click etc... from2.image.visible = true End Sub
Basicly meaning that to get it to "link" to another form's object you put form2.(object, such as textbox1).(command, such as .text , .visible , etc)
TheOz1999 5 months ago
ok. so running in .net 4 gives me an index out of range exception. for the GO button? any workarounds?
DeXtrozeSoftware 5 months ago
I have done everything and i wrote the code just like you did in the video but it comes up with an error, Name 'Loading' is not declared. It has the same error twice...
someone please help asap.
CoolCalza 6 months ago
Hey,
Can we open the popups in the new TAB.
thinesh146 6 months ago
Why does n't he make more tuts why did he stop? first or second recive a free subscription
MrNeil1030 6 months ago
youre awsome with the most advanced videos out there
sigmaboy2 6 months ago
mine wont let me debug afeter i paste fourm 1 load cade
bmxtricky5 6 months ago
Your tutorials are the best man!
TWEntertaiment 6 months ago
It wont let me debug it.
MrChasenanatovich 6 months ago
Thank you so much !!!
i wish i could with a way give you some money for donation !!!
lennonSystems 6 months ago
i wish there was a tutorial like this ( with how to do this tabs for webbrowsers, Internet properties remove tab ... ) in Visual C++
Iink8080 6 months ago
Comment removed
Iink8080 6 months ago
bad tutorial, you dont explain a shit! you probebly just find that "codes" and pasted them. you are a unprofessional NOOB! GO TO HELL!
Xedify 6 months ago
What is Combo Box!!
Shadoskillz 6 months ago
lol @breast debate when he loads up the aol page
BattlefieldPoo 6 months ago
thanks ... u r great.....
cityofd2c 6 months ago
Awesome. I was adding tabs to my browser, but I couldn't find the code! Thanks man.
Nintendoboards 6 months ago
@TheHeavenOfficer Ty mate ;)
j0j0br0 6 months ago
How can i fit this to screen
Kingsmeadstudios 6 months ago
Please could somebody help me out?
How do I install Java and Flash to the web browser I made?
I go to the website and click download and internet explorer loads and it tries to download Java/Flash for internet explorer.
oTheGreenMarine 7 months ago
@oTheGreenMarine The Web Browser is Internet Explorer, that is why the home page is msn
kmpars 6 months ago
This has been flagged as spam show
friend
thank you so much for the video , i hope if u could help me please with this
1) when i click on " Go Home " i wanna know how to change it to like Google.com ,or any other website
2) when i click on "Maximize" browser , the tab Control does stay in the size that i already made while im Editing the Browser's app , but i want when i click on Maximize i want the tab to Maximize with the browser as well
thx again
Moroccan123PC 7 months ago
Comment removed
Moroccan123PC 7 months ago
How to do that the TabControl follows the form, when i resize the form to max?
usunited1 7 months ago
All these kinds of "Advanced VB webbrowsers" are 80-90% just the same as Internet Explorer. I wish there was an Firefox webbrowser for VB.
MediaCheese 7 months ago
Can any help me? When i resize the browser to maximum, the Tabcontrol wont follow..
usunited1 7 months ago
@usunited1 Same with me... have you found a way yet??
Driftb0yy 6 months ago
@Driftb0yy Just click on Tab control, then go to Properties, then look for Dock. Dock it in the center
TheBalnket 6 months ago
@TheBalnket Oh awesome Thanks! But then i'm having the problem of putting the buttons somewhere. they block the tabcontrol, what do i do then??
Driftb0yy 6 months ago
@Driftb0yy To do that, right click INSIDE of the TabControl, then press 'Add Button.' By the following, are you making something sorta like Google Chrome? BTW, I am using my web browser (Storm Browser BETA V 0.1) :D
TheBalnket 6 months ago
@TheBalnket Awesome! Thanks so much. I am just trying to make a starting browser, then I go advanced. I would like some help from you when I do so if you don't mind. ;)
Driftb0yy 6 months ago
@Driftb0yy I dont mind at all. Any more questions, just PM me so we're not spamming him comments. xD
TheBalnket 6 months ago
@Driftb0yy
Yes.. click on it, and yeah i dont remember i cant start Visual basic yet
usunited1 6 months ago
@usunited1 I found a way thanks to a friend :)
Just click on TabControl once, go into properties and put all the Anchors on left right and top bottom all except the middle one should be grey. [the middle doesn't become gray though].
Driftb0yy 6 months ago
@usunited1 I now know, thanks to a friend. Just click on tabcontrol once, go into properties menu and click on anchor and make all the thin ones gray. You're done! :)
Driftb0yy 6 months ago
This has been flagged as spam show
@usunited1 Just click on Tab control, then go to Properties, then look for Dock. Dock it in the center
TheBalnket 6 months ago
thanx soooooooo mutch it worked your the best
jacob36713 7 months ago
This work thank you a lot
Nikolabutigan 7 months ago
i love the way you say "gidday yout-ube!"
cool vid btw
Dynose 7 months ago
Mine won't show the scrollbars
2Bexplained 7 months ago
А по Русски нельзя?
vitos139 7 months ago
Public Class Form1 Dim int As Integer = 1 Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) ToolStripProgressBar1.Maximum = e.MaximumProgress ToolStripProgressBar1.Value = e.CurrentProgress End Sub
it keeps freaking out and telling me that this is what is wrong
Help?
MrFluffy0127 7 months ago
Value of '-1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
xristos3214 7 months ago
hope it works
minecraftpivot 7 months ago
there's the code...
1337brutaL 7 months ago
if a java error pop ups just put this to your webbrowser WebBrowser1.ScriptErrorsSuppressed = True
imprinceful 7 months ago
@XIJackoIX
It does work but don't call me moron again.
cyrusrom 7 months ago
@cyrusrom Moron
Mobilfoo 7 months ago
moron
Mobilfoo 7 months ago
Tab control. webbrowser~> web icon how?
DoNotBeHacker9888585 7 months ago
@NowWonderWhat That just means that your disabling the progress bar. What if you need the progress bar?
galaxy9112 7 months ago
Boooooooooooooooo! this doesn't work! ,It's Fake,It's Fake,It's Fake,It's Fake
And don't you call me a moron because this is Fake!
cyrusrom 7 months ago
@cyrusrom Mine works... lmfao. YOU are a moron.
XIJackoIX 7 months ago
@XIJackoIX hey It only works in VB 2008 or VS 2008
so dont you call me a moron or an idiot.
cyrusrom 7 months ago
@XIJackoIX and also it's error is type expected
cyrusrom 7 months ago
type Expected
cyrusrom 7 months ago
can you give a tutorial for an advanced paint program
cyrusrom 7 months ago
I fixxed that error, Try
ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Maximum = e.MaximumProgress
MyInternetGames 7 months ago
Comment removed
galaxy9112 7 months ago
@MyInternetGames Nice try but this just disables the progress bar
galaxy9112 7 months ago
@MyInternetGames ty man helped a lot!
Anonymous1337x 7 months ago
Hey, I am using vb 2010 and i'm getting this error in the toolstrip menu for the current progress part. It says value of 538200 is not valid for value. but all i have written is
ToolStripProgressBar1.Value = e.CurrentProgress
Any ideas on how to fix this?
galaxy9112 8 months ago
@galaxy9112 Because of this, i am also getting the -1 error but try does not work in vb 2010 it says you need to add catch or something else
galaxy9112 8 months ago
Comment removed
galaxy9112 8 months ago
Well, I got errors with the Timer and stuff so I took it out of the code and deleted it from my form and the Tab part and Properties works perfect, thanks a ton!!
BlehMcRawr 8 months ago
is it just me or does he say and yea too much
OakleyPrograming 8 months ago
mine says that Type ("WebBrowser") is not defined plzzzzzzz help
ashir123456789able 8 months ago
amewsome man its awesome but do u no how to add a Favorites button?
The09shaunmc 8 months ago
i used the gecko engine instead. works waaay better.
wenter13 8 months ago
dude there are so maney probloms with the code it dose not like it i like in depth videos and stuff but the resolt was pain. it keeps bringing up '-1' is not valid
nickthetechguy1 8 months ago
hello, i have see your video how i can make my own web browser, but i get a fail with
Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) ToolStripProgressBar1.Maximum = e.MaximumProgress ToolStripProgressBar1.Value = e.CurrentProgress
This code. Can you help me :)
Patrick27862 8 months ago
Lol, and type the following code xD was it annoying to keep saying it?
MrBOBMAN567 8 months ago
Nice video it has helped me alot and I'm not even using it in a Visual Basic application I'm using it in c# so I gotta translate sorta thanks
UDxxDevolpersxx 8 months ago
Thanks, cool video. Unfortunately I have a sort of bug: my form starts at a certain size in normal window, but if I add a new tab it maximises the whole thing. If I reduce it to normal size, and then click on the first tab, goes back to maximised.. Any idea anybody?
lookaaaa 8 months ago
thanks
1zaccaz1 9 months ago
Having a problem with PHP pages, it loads them but offset. you cannot access the top of the screen (no scroll option). It loads halfway down the page effectively and wont let you scroll up.
Any help? =)
MysteriousKiwi 9 months ago
I'm having probs w/
ToolStripProgressBar1.Value = e.CurrentProgress
can some1 pm me and help me?
Quinibies 9 months ago
Tnx :D
MrJeremyrubio 9 months ago
Comment removed
PSPn00bz 9 months ago
Nice, NIce, Nice... Amazing
Thank You.
*Subscribed* ;)
theemir97 9 months ago
Hey nice one! btw i have a problem :S it says a problem with the statuslabel and progress bar :S
MrHeadshot98 9 months ago
This sucks this code is 100% copied!!!!!
dimucchu14 9 months ago
This has been flagged as spam show
Sweet You rock dude please make avid that goes on from there like make look cooler and stuff well anyway thanks a lot.
Imdekingg 9 months ago
Sweet You rock dude please make avid that goes on from there like make look cooler and stuff well anyway thanks a lot
Imdekingg 9 months ago
Thanks for the tutorial..Is it possible to make this content within the control..it means i done want scrollbars and i want see sites within the control size..
vivekforbes 9 months ago
o fix the -1 value, in : Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs)
Try
ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Value = e.CurrentProgress Catch ex As Exception
End Try
End Sub
Use that, (it makes it so that if theres an error it just continues, the error is from the bar reaching 100% btw, so dw!)
RATE THIS UP FOR EVERY ONE TO SEE!
TheHeavenOfficer 9 months ago 44
@TheHeavenOfficer dude, i had done that before, it showed 25 percent for fully completed. i think the e.maximum is 1000 not 100. i had to multiply by 10. i'm not sure if it's a problem by me or not.
08arijit 8 months ago
@TheHeavenOfficer Thanks dude! I'm using VB2010 and your solution has effectively solved the problem!
benedictw85 3 months ago
@benedictw85
There is a good one here:
This one is very fast and looks really cool
c1javi 3 months ago
to fix the -1 value, in : Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) Try
ToolStripProgressBar1.Maximum = e.MaximumProgress
ToolStripProgressBar1.Value = e.CurrentProgress Catch ex As Exception
End Try End Sub
Use that, (it makes it so that if theres an error it just continues, the error is from the bar reaching 100% btw, so dw!)
RATE THIS UP FOR EVERY ONE TO SEE!
TheHeavenOfficer 9 months ago 6
@TheHeavenOfficer what do you mean
thehermieke 9 months ago
what is combox1.text ?
that is the only error
xristosioan 9 months ago
what is comboz1.text
xristosioan 9 months ago
im on my newly created browser :] check it out
w ww . media fire . com / ? wyw s28f pu01p6 rz
piece it together lol
just x2click and it will open, but i have ''visual studio 2010 ultimate'' not visual studio 2007 basic
GoMaroons10 9 months ago
Comment removed
GoMaroons10 9 months ago
A Real webbrowser can be resized....Can your do that?
VizaMx 9 months ago
@VizaMx Mine can :3 Its called anchor, bro.
NightmareX92 9 months ago
Nice!
403Ddub 9 months ago
is it safe to login things eg facebook if not please tell me how
2kdropshot 9 months ago
Thank you so much bro! It works! ;)
AdamTenstaMC 9 months ago
Hey, mate. Just letting you know I've released my first VB6 tutorial on how to use a status bar! check it out plz :D
NeThinGoeZ 10 months ago
:( i nid is 2010...:) but thanks :D
josericardogarfin 10 months ago
I can't find where to change the homepage :/, could anyone help please :(!
Iamjimmles 10 months ago
Thank you so much :D
This webbroswer was so cool B-)
Thank you for taking your time :D
hohohehe321 10 months ago
hey!! thanks for this.. :D you're a big help.. :bd
pau0022 10 months ago
THANKS SO MUCH!
9003186 10 months ago
where can i change the home page?
pau0022 10 months ago
Right, I've done everything right. But what do I save it as? I want to run it off of my desktop.
JM25N 10 months ago