Results 1 to 4 of 4

Thread: Individual Web Browser

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Posts
    96

    Individual Web Browser

    I made a web browser in VB 2008. Does creating a web browser in VB 2008 require Internet Explorer to be installed? If so, than how can i make it so that I build my own unique web browser without it needing the support of Internet Explorer.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Individual Web Browser

    I think you need to be a bit realistic. To create your own web browser that doesn't depend on any existing browser's engine, you're going to have to write all the code to parse HTML code, render the results to the screen, execute JavaScript, detect clicks on links and send the appropriate HTTP requests and catch the responses. That is a big, BIG job.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2009
    Posts
    96

    Re: Individual Web Browser

    lol ya you are right that is one huge job. Takes big skills. Im still willing to learn it though

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Individual Web Browser

    I've been coding in VB.NET since 2004 and I wouldn't even consider that project unless I was being paid handsomely by someone. Stick to smaller projects that you have a hope of implementing.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width