Results 1 to 4 of 4

Thread: Is there any way to make a web browser without using Microsoft's Webbrowser control?

  1. #1

    Thread Starter
    Lively Member Xero's Avatar
    Join Date
    Feb 2000
    Posts
    75

    Angry

    Well, the topic explains it all. I need to make a web browser, but the webbrowser control isn't very flexable. Is there any other way that I can use to make my program view web pages, etc...?

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    The only other way i can think of s for you to write your own webbrowser control.

    Gl,
    D!m
    Dim

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    You would have to make your own HTML parser, and also have a way to process scripting and such....I suppose you could get some code from the Mozilla project (netscape), but its all in C++ ( I think ).....

  4. #4
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554

    Question Why?

    Why try to re-invent the wheel?

    If you use the IE web browser, when the web browser component is upgraded so will your prog be - much like Direct X

    DocZaf
    {:->

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