DWUTKA at marlow.com
DWUTKA at marlow.com
Fri Jan 13 11:27:49 CST 2006
Are you just referencing the browser in code, if so, you need to dimension it 'withevents' so you are hooked into it's events. If you are dropping it as an ActiveX control, on a form, it should be an object within the forms code page with events you can write code for. Drew -----Original Message----- From: Darren DICK [mailto:darrend at nimble.com.au] Sent: Friday, January 13, 2006 11:19 AM To: AccessD Subject: Re: [AccessD] A2003:Navigating using Web Browser Control Hi Drew Long time no speak :-)) I Agree...there should be a navigate event but how would I interrogate it and get its results? DD -----Original Message----- From: accessd-bounces at databaseadvisors.com [ <mailto:accessd-bounces at databaseadvisors.com> mailto:accessd-bounces at databaseadvisors.com] On Behalf Of DWUTKA at marlow.com Sent: Saturday, 14 January 2006 4:03 AM To: accessd at databaseadvisors.com Subject: Re: [AccessD] A2003:Navigating using Web Browser Control There should be a navigate event, that should have the new URL as an argument. Drew -----Original Message----- From: Darren DICK [ <mailto:darrend at nimble.com.au> mailto:darrend at nimble.com.au] Sent: Friday, January 13, 2006 10:44 AM To: AccessD Subject: [AccessD] A2003:Navigating using Web Browser Control Hi all Using the Microsoft Web Browser from the ActiveX list Dropped it onto a form - all good I can go to a page by using code such as... Me.actxWebBrowser.navigate <outbind://3/www.databaseadvisors.com> www.databaseadvisors.com No problem When I click a link inside the 'loaded' web page - how am I to detremine this 'new address'? I have tried various things like... me.actxWebBrowser.navigate.value etc with no success Any suggestions? Many thanks in advanmce Darren FYI OLE CLASS =Microsoft Web Browser CLASS = Shell.Explorer.2 -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com