Beautiful code, but doesn't display all the code. What about all the stuff
outside the <html> tags? :>
You could create a new blank form a put another MozillaBrowser control in
it. then do:
Dim fmSource As New Form1
With fmSource
.AxMozillaBrowser1.Navigate("view-source:" & .AxMozillaBrowser1.LocationURL)
.Show()
End With
"irongut" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> There is Delphi code to do this here:
>
> http://mozdev.org/bugs/show_bug.cgi?id=6229#c2
>
> It should be easy to translate.
>
>
> Dave Murray
> Glasgow, UK
> PGP KeyID: 0x838592B3
>
> Remove NOSPAM from my email address to reply.
>
>
>
>
> [EMAIL PROTECTED] wrote:
> > How can I import the source code from the AxMozillaBrowser into a
> > string using VB or VB.NET?
> >
> > I know it can done through other controls, but wanted to make the
> > distrubution as small as possible.
> >
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding