Re: Malfunctioning WebControl in C# app
From: Charles Law (blank_at_nowhere.com)
Date: 03/01/04
- Next message: Igor Tandetnik: "Re: Authentication how:to"
- Previous message: kw: "Re: Malfunctioning WebControl in C# app"
- In reply to: kw: "Malfunctioning WebControl in C# app"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 19:12:27 -0000
The way you have written it, Application.DoEvents() will be called whilst
the browser is NOT busy. Is that what you intended?
Have you tried testing for wb.readyState == "complete"?
HTH
Charles
"kw" <elitecommerceserver@hotmail.com> wrote in message
news:O75n2j7$DHA.916@TK2MSFTNGP10.phx.gbl...
> Hi, this is really strange, the line 'this.wb.Refresh()' never gets hit
with
> either navigate method. I've used the control for years but never ran
into
> this one. Do you think it could be a registry problem or something
strange
> like that?
>
> this.wb.Navigate("http://www.microsoft.com",ref o,ref o,ref o,ref o);
>
> //this.wb.Navigate(@"file://c:\test.htm",ref o,ref o,ref o,ref o);
>
> while(!wb.Busy)
>
> {
>
> Application.DoEvents();
>
> }
>
> this.wb.Refresh();
>
>
>
>
>
>
- Next message: Igor Tandetnik: "Re: Authentication how:to"
- Previous message: kw: "Re: Malfunctioning WebControl in C# app"
- In reply to: kw: "Malfunctioning WebControl in C# app"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|