|
-
May 12th, 2009, 09:57 PM
#1
Thread Starter
Lively Member
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.
-
May 12th, 2009, 10:09 PM
#2
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.
-
May 12th, 2009, 10:13 PM
#3
Thread Starter
Lively Member
Re: Individual Web Browser
lol ya you are right that is one huge job. Takes big skills. Im still willing to learn it though
-
May 12th, 2009, 10:15 PM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|