Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Jake's Browser V 1.0


ghost's Avatar
0 0

Today i got bored and decided to code a browser in VB….. It has a lot of work to do, but i wanted some feedback, so im going to post it :D Your screen resolution has to by 800*600, and once you open it you have to maximize it…..( i dk how to make it adjust for other size screens)….I soon plan to make it so you can have tabs on it:D, but for now its just one window…. One person said that Mcafee said it "may be harmful", if you think it is a virus pm me for the source ( i dont wanna give it to a plajerizing noob) anyway you can download if from http://www.megashare.com/88378

Please give me feedback, remember it has a lot of non-working functions….


ghost's Avatar
0 0

7 views no feedback eh?….o and if you wanna code other VB programs with me, tell me :D


ghost's Avatar
0 0

Thanx :D


ghost's Avatar
0 0

Thank you for the feedback, how would i make it so the size changes when u drag the corner?


ghost's Avatar
0 0

I would use the Form_Resize() and enter some code for setting the controls to the right size and position them correctly. For example, Browser1.Width = Me.ScaleWidth - 24. If you have positioned Browser1 12 pixels from the left border, it will end up in the middle no matter what size of the form you have. Hope this helps.:)


ghost's Avatar
0 0

There are hundreds of tutorials on this.

I don't have to view your browser to know you didn't code from scratch.

If your in vb.net then the browser button is built in. Otherwise you have to get it seperately…usually coming with a tutorial.


ghost's Avatar
0 0

I don't have to view your browser to know you didn't code from scratch.

fuck yea i did!, its easy dont tell me what i did and didnt fucking do ….i made that fucking browser 100% myself…..

ask 32to28 i give him a whole walk through on it….so get off my ass


ghost's Avatar
0 0

yea its a pretty pretty basic browser, and browsers are easy to code in VB


ghost's Avatar
0 0

kk i used

Frame1.Width = Form1.Width - 250
WebBrowser1.Width = Form1.Width - 525
Frame1.Height = Form1.Height - 3000
WebBrowser1.Height = Form1.Height - 3400
Frame2.Width = Frame1.Width - 0
lblStatus.Width = Frame2.Width - 250
Frame4.Width = Frame2.Width - 250

and it all adjusts when you open it, to the size you open it and everything, but once its done loading you cant re-adjust it anymore and have the Frames adjust with it…how would i do that?


ghost's Avatar
0 0

Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

markupjavascript:void(c=0)


ghost's Avatar
0 0

Yeah, pretty good browser. I'm wondering, the pages that tell you what browser you're using, what would they say while in that ?

lol

Anyway yeah nice browser. :P


ghost's Avatar
0 0

Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

DarkPanther_ wrote: Yeah, pretty good browser. I'm wondering, the pages that tell you what browser you're using, what would they say while in that ?

lol

Anyway yeah nice browser. :P

u both confused me…..what do you mean by free download option?….and @ DarkPanther i dont get anything u said lol

BTW thanks for the feedback :D


ghost's Avatar
0 0

Hehe I dont get anything I say usually. I like when you go one one of those webpages that shows your details like errm… what os your using and what web browser lol I was just wondering what it would say in your browser. :P

It still doesn't make sense probably … oh well :P


ghost's Avatar
0 0

he means if your using jscripts to detect browser type, what will yours come up as. Theres a pretty easy answer to that question mate. Write a page and view it. lol


ghost's Avatar
0 0

jakedude777 wrote:

Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

he means that wen you click the link to download the browser, it takes u to a page that says choose either free download, or premium download….if you choose free download, it makes u wait 80 seconds b4 u can download…so if u use the JS injection he provided, you can skip that wait.(hope that made more sense)

and thnx for the idea mastergamer :happy:

and nice browser jake


ghost's Avatar
0 0

mastergamer wrote: Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

markupjavascript:void(c=0)

cheers, i have never noticed that, and i use megaupload all the time. that will save time :P :) Thanks


Neo_Chalchus's Avatar
Lover of Parkour
0 0

I tested the user agent (The thing saying what browser you are on if you didn't already know that) becasue someone asked earlier…It says it is Explorer 6. Not IE 6…just explorer 6. I'm sure you could make a use ragent that says "Jake's Browser" or something.
Feedback: It's nice, I guess. There really isn't to much to comment on. It works, which is always a good thing, and it has a nice, if not basic, layout. When you make it better and more full, then tell me and I'll give you way more feedback…promise :D

NC


ghost's Avatar
0 0

Thanks for that NC (it was me that asked) :P


ghost's Avatar
0 0

jakedude777 wrote: [quote] I don't have to view your browser to know you didn't code from scratch.

fuck yea i did!, its easy dont tell me what i did and didnt fucking do ….i made that fucking browser 100% myself…..

ask 32to28 i give him a whole walk through on it….so get off my ass[/quote]

Just google for a fucking tutorial on it.

And you people are idiots if you think he coded anything himself.


ghost's Avatar
0 0

I didn't even have to look at the browser to know that it was probably extremely basic. Now this should be taken as an insult to the author of this thread.

-The_Flash- : I'm pretty sure most of the art you've done in photoshop is a collaboration of several techniques throughout tutorials. So saying that there's no way he could build this from scratch is kind of ridiculous especially since it is in VB.. My point is, is that for practically everything from beginner to semi-advanced, there will already be a tutorial for it, or for at least each part, so your statement is severely flawed.

~T


ghost's Avatar
0 0

the flash wrote the tutorials.. the flash holds all the keys. he knows all the doors. HE IS…. THE FLASH.. using only his CS2 pwnage he has conquered the known web…


ghost's Avatar
0 0

Why do you even bother to post in these forums?… :angry::|


ghost's Avatar
0 0

0rijin4l wrote: [quote]mastergamer wrote: Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

markupjavascript:void(c=0)

cheers, i have never noticed that, and i use megaupload all the time. that will save time :P :) Thanks[/quote]

no problem :D


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

mastergamer wrote: [quote]0rijin4l wrote: [quote]mastergamer wrote: Pretty good as a basic browser. BTW, if you are using the free download option, this javascript injection will remove the wait:

markupjavascript:void(c=0)

cheers, i have never noticed that, and i use megaupload all the time. that will save time :P :) Thanks[/quote]

no problem :D[/quote]

Haha, I did the same thing XD


ghost's Avatar
0 0

@-the flash- i swear to God i coded this if anyone wants me to walk them through it tell me ill do it, just to prove to that fag i DID make this


ghost's Avatar
0 0

Not bad at all if you coded this in vb without useing anyone elses code.It would be nice if you could give me the project file :D

im alright in VB, i need to get a lot better. i am currently making something to get around the Windows Media player blocks at my school.


korg's Avatar
Admin from hell
0 0

Christ guys @flash your right there are tons of tutorials on vb browsers. If you just google "web browsers in vb" You can get this source file, I've done many of these:) You didn't code this yourself so don't try and impress us:angry:


ghost's Avatar
0 0

dude thats like saying, you can create a image without paint or photoshop…..i learned the .GoBack command then the rest was common sense….. .Refresh .GoForward and so on…..its fucking easy


korg's Avatar
Admin from hell
0 0

That's right if you have the vb suite (or other) You can get the basics and change it to what you want it to be… But your saying you coded this file from scratch????


ghost's Avatar
0 0

dude its not hard….make 5 command buttons make the captions what you want them to do double click on the one u have the caption as "back" and add markupWebBrowser1.GoBack in the emptry line….and so on for the other buttons…..if u want the other stuff ill tell that too!


korg's Avatar
Admin from hell
0 0

I know how to do it, But this is like old news if you just figured this out more power to you:) But I've been doing this for a while so it's kinda like I can't believe people don't know this. So now you can see my dismay:(


ghost's Avatar
0 0

korg wrote: I know how to do it, But this is like old news if you just figured this out more power to you:) But I've been doing this for a while so it's kinda like I can't believe people don't know this. So now you can see my dismay:(

i dont really get what your saying lol


korg's Avatar
Admin from hell
0 0

This is easy shit designing your own browser I'm suprised that people on here don't already know this:o


ghost's Avatar
0 0

I know, thats what i tried to imply erlier…..


korg's Avatar
Admin from hell
0 0

LOL that's what I'm saying:p


ghost's Avatar
0 0

Yea, i jsut get frustrated when people say something that i didnt code something when i did….