Refresh Web Page via ActiveX (VB) 
Author Message
 Refresh Web Page via ActiveX (VB)

Basically,
      How do I refresh a webpage that the control is in using VB?

      -Justin



Sun, 28 Nov 2004 04:49:13 GMT  
 Refresh Web Page via ActiveX (VB)

Quote:
> Basically,
>       How do I refresh a webpage that the control is in using VB?

In 1999 MS published a great idea "remote scripting" which IMHO deserved
more
interest than it got, ie a way of getting a web app to run as one and only
one
page that could dynamically rewrite itself as it communicated with the
server,
but did not do the usual flash-bang-total-rewrite on each server
conversation step.

That 1999 model used a rather clumsy java applet "rsproxy".
I have since changed to using the "XML download behaviour" built into
IE5/above.
Demo web apps are running on our website:
http://www.pixieware.com



Mon, 06 Dec 2004 19:03:55 GMT  
 Refresh Web Page via ActiveX (VB)
If you are going to maintain both the control and the web page then you can
raise an Event from the ActiveX Control which can be trapped in the web page
like normal events and the Refresh (or anything you would require) can be
programmed here using your choice of script language.

HTH

--
Trevor Benedict R
Microsoft Certified Professional



Tue, 07 Dec 2004 18:57:07 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Refresh activex control in web page

2. Help: Talking to VB5 created ActiveX controls via Scripts in Web Page

3. How To Load a web page in IE via VB

4. Email from an ASP Web Page Using VB and ActiveX

5. Reading web page's source w/VB/ActiveX

6. Passing a bitmap from web page to Vb ActiveX control

7. Passing a bitmap from a web page to a VB ActiveX control

8. VB ActiveX Control loses info when leaving web-page

9. Refresh page via vbscript?

10. Refreshing a part of a web page

11. refreshing my web page

12. refresh my web page

 

 
Powered by phpBB® Forum Software