Coding a basic web browser

Discussion in 'Programming General' started by iHeil, Jun 11, 2008.

Thread Status:
Not open for further replies.
Coding a basic web browser
  1. Unread #1 - Jun 11, 2008 at 12:35 PM
  2. iHeil
    Referrals:
    0

    iHeil Guest

    Coding a basic web browser

    We are going to make a web browser like Firefox , opera etc, just not as complex/advance.

    File >new project>windows app (name it web browser or whatever)

    Make the screen size to any size but big enough to see an entire web browser.

    Add a Panel and dock it to the top ( when clicked on the panel. Properties window on the right " Dock" )

    Add a textbox and a button to the panel

    And web browser .

    Ok don't rename anything

    Double click the button so it opens the code.
    Code:
    Public Class Form1
    
    
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    
    
    
            WebBrowser1.Navigate(TextBox1.Text)
    
    
    
        End Sub
    
    
    
    End Class
    
     
  3. Unread #2 - Jun 11, 2008 at 12:44 PM
  4. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    Coding a basic web browser

    NOOOOOOOOO killit with fire.

    Let me list what is wrong with this
    1) This has been covered several times.
    2) This is .net
    3) This can't even be called a web browser, not even a basic one

    Good day.
     
  5. Unread #3 - Jun 26, 2008 at 8:35 PM
  6. Visual Basic Matt
    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056

    Visual Basic Matt Apprentice

    Coding a basic web browser

    I once made a tut like this. But you have to realize this does not even teach newbie's much. Why, because they figure it out the same way as you and all of of us did. All they do is mess around with the control's. I learned through experience that if you find somthing out easily, their is no need to share it because somone else will find out about it just as easy as you did. Now if you use your brain and find somthing that you have seen being asked about. Now's the time to chip in.
    Sorry if I'm hurting your feeling's. But, use your brain. :)
     
  7. Unread #4 - Jul 22, 2008 at 11:47 PM
  8. The True Gears
    Referrals:
    1

    The True Gears Guest
    $5 USD Donor

    Coding a basic web browser

    Missing SEVERAL things, .goback ect. would be a basic WebBrowser, and even then, not worthy of my hard drive ;)
     
< Need help with VB8 | Vb, Vb.Net, C++ or C#??? >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site