Darren DICK
d.dick at uws.edu.au
Tue Sep 30 20:40:06 CDT 2003
Hi Robert
Do you mean the web control ActiveX?
The most important property is the dot navigate
(It's the only one I can think of off the top of my head<g>)
eg
dim strURL as string
strURL = "http:/www.chrysler.com"
With me.ActviceXWebControl
.navigate strURL
blah blah blah
Hope this helps
Darren
----- Original Message -----
From: "Robert Gracie" <Subscriptions at servicexp.com>
To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com>
Sent: Wednesday, October 01, 2003 11:31 AM
Subject: [AccessD] Web Control Properties ect....
> New Family AdditionHoooowdy All,
>
> A2K
>
> Where might I find information about properties and such
>
> Are there any examples around?
>
> Thanks.....
> Robert Gracie
> www.servicexp.com
--------------------------------------------------------------------------------
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>