Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

How To Make A Web Browser


92 replies to this topic

#76 webishqiptar

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 472 posts
  • Gender:Male
  • Location:shkoder
  • myCENT:20.21

Posted 02 June 2009 - 12:08 AM

Wow what a nice tutorial. Are there any other places where I can learn to make web applications using Visual Basic. I wish I had some time because I like this stuff a lot.

#77 shaks786

    Newbie [Level 1]

  • Kontributors
  • Pip
  • 14 posts

Posted 03 June 2009 - 12:48 PM

i tried this but when i try to load a page in my browser it's really slow.. and sometimes the webpage just doesn't appear
guess im sticking with google chrome

#78 Gravity17

    Member [Level 1]

  • Kontributors
  • PipPipPipPip
  • 50 posts

Posted 05 June 2009 - 05:20 AM

Lol one of the first and easiest things you will learn about in visual basic hahaha, maybe you can add tabs to the tut? or is that not in vb6?

#79 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 09 July 2009 - 12:08 PM

How to display status in vb 2005/2008 expressHow To Make A Web Browser

Status Text:

Label1.Text=WebBrowser1.StatusText

Form Text:

Me.Text=WebBrowser1.DocumentTitle & "-(wathever do you want)"

Url Text:

TextBox1.Text=WebBrowser1.Url.ToString

-reply by Skynet

#80 Deam`

    Newbie

  • Kontributors
  • Pip
  • 7 posts

Posted 21 July 2009 - 11:58 AM

This was usefull, thanks. But I don't like this kind of browser because it's too slow, and it's unsafe. I think it's better to use already made browsers for surfing on internet :)

#81 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 11 August 2009 - 04:02 PM

So when a page is finally displayed when you click a link it open IEXPLORER!How To Make A Web Browser

So when a page is finally displayed when you click a link it open IEXPLORER 8.0, so it is not a browser as it doesn't produce a self contained program.

You can do simpler macro that Remote Control IExplorer with Autoit basic macro language you will have a coherent interface and an addon that don't need any runtime.

So forget about Microsoft it's another bluf to sell VB with a book included for some dollars and make serious youngs who want to learn programming in an endless loop, only exit is support.

Firefox, Chrome, Safari use Webkit library to display web pages WEBKIT.Org all embeded  in a QT interface, it's more serious stuff even if it is free, imagine they will have the budget to design F22/F35 switches...

 Happy programming

Max



#82 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 08 September 2009 - 10:45 AM

FirefoxHow To Make A Web Browser

Firefox/the Gecko Engine Is Created With C++ C And Java Actually (Strange Using Java In A Web Browser) But All The Files In The Folder /Chrome Are All Jar / Executable Java Files So yeah XD

-reply by Tobi

#83 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 25 September 2009 - 05:39 AM

My this is bugged up! Someone help me!!How To Make A Web Browser

Hi Guyz & Girls

My VB6 is stuffed cos I can't get it to run Runescape cos I wanna make a Runescape Client this is my code:

Private Sub cmdback_Click()WebBrowser1.GoBackEnd Sub

Private Sub cmdforward_Click()WebBrowser1.GoForwardEnd Sub

Private Sub cmdgo_Click()WebBrowser1.Navigate (Text1.Text)End Sub

Private Sub cmdrefresh_Click()WebBrowser1.RefreshEnd Sub

Private Sub Form_Load()WebBrowser1.Navigate ("http://www.Runescape.Com")End Sub

Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)Text1.Text = (WebBrowser1.LocationURL)Form1.Caption = (WebBrowser1.LocationName)End Sub

-reply by Its bugged up! (or my VB6)

#84 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 24 December 2009 - 04:35 AM

@iGuest

Firefox isn't actually made from Java. Those are actually packaged XUL files in the /chrome directory. Copy one of the *****.Jar files and rename it to *****.Zip. Then extract the .Zip file and...Look! XUL files!



#85 deadmad7

    Privileged Member

  • KS GFX Crew
  • PipPipPipPipPipPipPipPipPip
  • 869 posts
  • Gender:Male
  • Location:Standin' right behind you...
  • Interests:Ultra Pwning...
  • myCENT:66.04

Posted 24 December 2009 - 11:25 AM

pretty basic programming for a web browser! i bet this is how internet explorer and firefox must have started :P nice tutorial and there is even a youtube video tutorial which tells/shows you have to do this!




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users