Help with strange WebBrowser control problem...

Tech-Archive recommends: Fix windows errors by optimizing your registry



I'm using the AxSHDocVw.WebBrowser control to download data from a webpage
at work (it's an internal page on my company's intranet).

The page produces a runtime error after a while and the strange thing is
that until the page is refreshed with Internet Explorer, the error keeps
occurring. I realize no one can debug an application that I can't even
provide details about (I didn't write nor do I have access to it) but what
difference would it make if I used .Refresh with the WebBrowser control
(I've also tried the other WebBrowser control in the toolbox) versus
refreshing with IE? I can refresh IE on the computer the VB program is
running on or any other computer on the network- either option stops the
page from returning a runtime error. I've even tried creating a second
control to refresh the page after the error starts occurring but this has
not helped at all.

Any ideas?

(Using Visual Studio 2005 / VB. The page is coded in VB2005/ASP.)



.



Relevant Pages

  • Re: Refresh my forms
    ... DoCmd, DoMenuItem acFormBar, acRecordsMenu, 5,, acMenuVer70 ... what order the forms are in on the tab control. ... If the control you want to update is in a subform, ... What I am trying to do is find out if I can refresh one form in the tab ...
    (microsoft.public.access.modulesdaovba)
  • Re: Clearing fields
    ... unless I refresh at the beginning of the After Update event. ... Without Me.Refresh I can set the value of txtUser and txtResponseDate to ... CurrentUser() and today's date respectively, but I cannot get those same ... My actual field is Response, not Comments; the control is txtResponse, ...
    (microsoft.public.access.formscoding)
  • Re: Datagrid refresh problem
    ... Doesn't the control have a refresh property? ... Recordsource property in an attempt to refresh and I see that both the ... The only sure fire way is to create a connection object and make it ... It's extremely inefficient to use a recordset object ...
    (microsoft.public.vb.general.discussion)
  • Re: Datagrid refresh problem
    ... Doesn't the control have a refresh property? ... Recordsource property in an attempt to refresh and I see that both the ... The only sure fire way is to create a connection object and make it ... It's extremely inefficient to use a recordset object ...
    (microsoft.public.vb.general.discussion)
  • Re: Update unbound box on form when opening form
    ... I understand its Control Source property contains: ... (so it is bound to an expression, not unbound) ... e) You have a macro named Refresh. ... My unbound field [lblschstatus] contains the following: ...
    (microsoft.public.access.formscoding)