Re: Webbrowser, htmldocument and documentComplete event
- From: Marc Gravell <marc.gravell@xxxxxxxxx>
- Date: Sat, 29 Dec 2007 02:33:47 -0800 (PST)
WebBrowser is intended to be used as a winform control, and will delay
loading until it is displayed. Since you aren't hosting it anywhere, I
wouldn't expect it to do anything.
If your dll is used from a winform app, then it could perhaps create
an invisible (offscreen? transparent?) form [I suspect Visible=false
will not work] for hosting the WebBrowser; however, this would be an
inappropriate solution if the dll is used from a service app
(including ASP.NET).
If you are using a service app, perhaps use WebClient to do the HTTP
request, and then parse the response text.
Marc
.
- References:
- Prev by Date: Multidimensional Packed Bit Array
- Next by Date: Properties - C# vs VB - ??
- Previous by thread: Webbrowser, htmldocument and documentComplete event
- Next by thread: C++ or C#..?
- Index(es):
Relevant Pages
|