Add to Google

How To Make A Web Browser - Visual Basic 6

Pages: 1, 2, 3, 4, 5
free web hosting
Open Discussion > CONTRIBUTE > Tutorials

How To Make A Web Browser - Visual Basic 6

fraudulentpeanut
This is a very interesting topic. There are so many web browsers out there and using VB as said in previous posts is just making a customized internet explorer. It actually will not run if you do not have internet explorer installed on your machine. Now taking and making a browser from the firefox sources would be pretty sweet. However, firefox is still the number one browser and is definately a lot faster than IE.

Comment/Reply (w/o sign-up)

rejected
When you install Visual Basic, it gives you the components it would take to run Internet Explorer, so technically you have it installed while you have visual basic.

Comment/Reply (w/o sign-up)

Dooga
Doesn't that mean the browser you make is running off the Internet explorer engine? I mean, Visual basic is made by Microsoft, so is internet explorer... which would mean that a component used to browse would be the exact same... weird. I wouldn't make a browser anyways smile.gif

Comment/Reply (w/o sign-up)

snlildude87
QUOTE(Compute @ Dec 25 2005, 09:35 PM)
YAYA I'v been looking everywhere for this. So is firefox made in visual basic lol. I though it.

Great tutorial. Really helped! thanks.
*

Where'd you get that idea? Read my post again. smile.gif


QUOTE(Dooga @ Dec 26 2005, 06:56 PM)
Doesn't that mean the browser you make is running off the Internet explorer engine? I mean, Visual basic is made by Microsoft, so is internet explorer... which would mean that a component used to browse would be the exact same... weird. I wouldn't make a browser anyways smile.gif
*

Yes Dooga, we established that. laugh.gif

 

 

 


Comment/Reply (w/o sign-up)

bucksta
this turned out to be really slow. but i made a web browser!!

Comment/Reply (w/o sign-up)

Sarith Pallewela
Hey You! It's not only in VB.Net! Even vb takes the setting from IE! Thats because the We Browser Tool we use is actually from the IE! If you wanted to make a actual new web browser it would take you years just to get the basic functions straight!

But hey why don't you take a look at some more advance vb internet explorers in some source code sites (like planetsourcecode.com)

Comment/Reply (w/o sign-up)

rejected
Note that I said it was a very simple tutorial Sarith. A lot of people need to start somewhere, you know?

I know how to make an advanced IE, thanks for the suggestion though.

Comment/Reply (w/o sign-up)

FLaKes
Exactly, this tutorial is a fun tutorial and its good for practice and learning.

Comment/Reply (w/o sign-up)

Becca
QUOTE(FLaKes @ Jan 13 2006, 06:39 PM)
Exactly, this tutorial is a fun tutorial and its good for practice and learning.
*



exactly and you can build on it since it's so filtered down. too bad I'm too thick to actually conduct this 'practising'.

Comment/Reply (w/o sign-up)

balend
do u hav a preview of wat u made

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2, 3, 4, 5
Recent Queries:-
  1. how to create a web browse - 0.54 hr back. (1)
  2. web browser in vb6 - 0.60 hr back. (2)
  3. tutorial for web browser in vb - 1.54 hr back. (1)
  4. make a web browser using vb 6.0 - 1.73 hr back. (1)
  5. visual basic web browser - 1.86 hr back. (1)
  6. vb web browser find - 1.91 hr back. (1)
  7. vb express 2008 make web browser - 1.92 hr back. (1)
  8. how to make web browser - 1.97 hr back. (1)
  9. visual basic webbrowser - 2.79 hr back. (1)
  10. making a web browser - 2.83 hr back. (2)
  11. vb 6 webbrowser kill browser - 3.21 hr back. (1)
  12. create an web browser in visual basic - 4.54 hr back. (1)
  13. how to create a web browser - 4.66 hr back. (1)
  14. how to make a browser - 5.10 hr back. (1)
Similar Topics

Keywords : make, web, browser, visual, basic, 6

  1. Ftp In Visual Basic 6.0
    Start making your FTP client using VB6 (3)
  2. Creating A Timer Program
    Using Visual Basic 2005 (8)
    This tutorial will explain how to create a basic timer using Visual Basic Express 2005. If you
    don't have it, it's free and you can dowload it from Microsoft's website. All you need
    is a few minutes to sit down and read this and a version of Visual Basic. OK, so what will this
    timer actually do? Well, you are able to enter a number of minutes and a message, and then click a
    button. Once the timer is up, your message pops up and you are reminded! So, basically it's a
    little reminder system. I use it to remind me when TV programmes start, when I have to go ....
  3. Creating A Simple Image Viewer
    Using Visual Basic 2005 Express Edition (4)
    I downloaded Microsoft's Visual Studio Express suite a few months ago, but only recently got
    around to installing it. I have been practising with Visual Basic and making some rather basic
    programs and utilities, but they contain most of the basic concepts. This tutorial will explain how
    to create a basic image viewer, and I will try to explain each step from beginning to end as clear
    as I can. To start you will need: Microsoft Visual Studio About 10-20 minutes free time OK,
    first open up the Visual Basic part of the Studio. I am using the 2005 Express version, so....
  4. Bit Shifting In Vb
    Shifting bits in Visual Basic (0)
    This is for all Visual Basic programmers out there, who want to programm some form of encryption
    algorithm, or anything else that includes shifting bits left or right, for that matter. Most of you
    who have tried to accomplish this, know that Visual Basic doesn't have any function for bit
    shifting. And bit shifting si very usefull /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> Some of you probably know how to shift bits, but this tutorial is for those who
    don't know how to do it... Shifting bits is actualy easy, we use multiplication ....
  5. Simple Login In Visual Basic 6
    user interaction example trough login programm (7)
    First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
    interaction with the user, while showing basic functionality of this simple programm. So, without
    further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
    for new project, select Standard Exe . Next, we need to open code window, so we can start typing
    the program. This can be done in two ways, one is double clicking on the form, or selecting Code
    from View menu. If you double clicked on the form, you will see following text: CODE ....
  6. Simple Visual Basic 6 Tutorial
    Tutorial 1: Msgbox (0)
    For this tutorial you will learn how to make a very simple, and basic program. Step one- Create a
    new form. Step two- Click the command button on the side and make two buttons. Step Three- Click
    on on of the command buttons you drew, and on the side there will be a menu. Change the caption to
    Button 1, and repeat the same with the other button, but the caption Button 2. Step four- Double
    click one of the buttons, and put in CODE Dim button button = MsgBox("What you want to say
    here", 65, "Title") Now change that code to what you want it to say; i.e. title could....
  7. [tutorial] Visual Basic 6
    Adding Commas to Large Numbers (0)
    This isn't a very long tutorial. I get asked this often, so here is the solution. The following
    code will return a string containing a number that has commas appropriately placed: Code:
    myStringOrProperty = FormatNumber(3587532789053, 0) The second parameter (0) represents how many
    decimal places you want the returned number to go out to. Unless your number contains its own
    decimal, you probably don't want .00 at the end of every number you have. The above code would
    return: 3,587,532,789,053 This should make life easier for many.......
  8. [tutorial] Visual Basic 6
    Closing Programs Right, Why END is bad (4)
    This tutorial applies to all those people who insist upon using "End" to close their programs: End
    stops the program immediately without any thought as to what's going on - it's like a high
    speed train hitting a brick wall. It can cause unwanted errors and is bad programming practice in
    general. END gets rids of the form, but NOT its leftovers. This leaves a bunch of memory that will
    still be in use even after your program has supposedly closed. An object or variable won't be
    terminated properly - it's just not a graceful exit. The only time that it'....

    1. Looking for make, web, browser, visual, basic, 6

Searching Video's for make, web, browser, visual, basic, 6




advertisement



How To Make A Web Browser - Visual Basic 6