MozillaZine

Custom Browser Releases Source to VB6 Demo

Tuesday May 9th, 2000

Howard Ryan writes, "Custom Browser has now posted a beta of the free VB6 browser source code using Gecko."

If you develop in Visual Basic, download the source, give it a spin, and tell us what you think!

#1 Access to DHTML object model?

by digdug_

Wednesday May 10th, 2000 9:50 AM

One of the things I loved about the MSIE control is that it gave me full access to the DHTML object model. I could load a page, and then have the code count the links, change how the page looked, fill out forms, etc. I'll have to wait until I get home to check if this control supports it... but if it does, good... and if it doesn't, then it is something that needs to be worked on. :)

#2 Re: Access to DHTML object model?

by locka

Wednesday May 10th, 2000 10:58 AM

The control has limited read-only access to the DOM using the IE interfaces. It's something that could be improved upon but no one has volunteered to do the work :)