Re: Source function for browser

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



hi,

will do. i suppose it would be quite difficult to write a browser entirely
from scratch. anyway, i can navigate with the webbrowser, if that's what you
meant. i have some code like

navigate.back();

or something like that. i haven't the time to check my code now.

see you around

--
Alvo von Cossel I of Germany


"Steve Walker" wrote:

> In message <8E3812EF-B754-4D45-BF5A-FF92C4E428E2@xxxxxxxxxxxxx>, Alvo
> von Cossel I <AlvovonCosselI@xxxxxxxxxxxxxxxxxxxxxxxxx> writes
> >hi,
> >
> >no, WebBrowser1 is just a standard WebBrowser control. does it work now?
>
> Ah, I see, I thought it might be.
>
> What John Skeet and I were asking about was whether you had written the
> entire browser, rendering engine and all. Hence the incredulous "you
> wrote an entire browser from scratch????" response, because writing a
> fully-featured one from windows sockets to rendered content would be an
> enormous challenge. Imagine parsing the HTML stream and then drawing the
> document on a blank canvas. Imagine trying to keep it up to date with
> new standards. Imagine trying to parse and render sensibly all the
> broken HTML out there. Imagine writing a javascript runtime engine. A
> cool hobby project for someone with a *lot* of time on their hands, but
> frankly, I'd rather be fishing :o)
>
> What you've done sounds like a good use of the control, though. Have you
> had a go at navigating the document object model from C#? If not, try
> this, and have a look at the properties and methods on doc:
>
> mshtml.IHTMLDocument2 doc =
> (mshtml.IHTMLDocument2)this.WebBrowser1.Document;
>
> --
> Steve Walker
>
.



Relevant Pages

  • This works to display images and just setting document text
    ... The device vendor has chosen Opera Mobile as the browser and implemented ... WebBrowser control interface, in terms of Opera, not ... "badzio" wrote: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Javascript error while printing
    ... I am guessing their is some kind of thread issue where the browser does not ... I assume that you used foreach loop as you did above when you tried to use ... So I suggest you having a try on this solution that makes the WebBrowser ... This is Zhi-Qiang Ni from MSDN Managed Newsgroup support team, ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Want to work & share FULL-CODE base for #C WebBrowser ???
    ... Anyone who's having problems in the design space "C# WebBrowser ... Customization" is welcome to join me on a project to refine, ... common thing to want)-- hosting a Browser control on a Form - ...
    (microsoft.public.dotnet.framework.interop)
  • Want to work & share FULL-CODE base for #C WebBrowser ???
    ... Anyone who's having problems in the design space "C# WebBrowser ... Customization" is welcome to join me on a project to refine, ... common thing to want)-- hosting a Browser control on a Form - ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Want to work & share FULL-CODE base for #C WebBrowser ???
    ... Anyone who's having problems in the design space "C# WebBrowser ... Customization" is welcome to join me on a project to refine, ... common thing to want)-- hosting a Browser control on a Form - ...
    (microsoft.public.dotnet.languages.csharp)