William Hindman
wdhindman at bellsouth.net
Thu Dec 15 20:06:50 CST 2005
...got it ...thanks William ----- Original Message ----- From: <DWUTKA at marlow.com> To: <accessd at databaseadvisors.com> Sent: Thursday, December 15, 2005 6:43 PM Subject: Re: [AccessD] Web Browser ActiveX control > http://www.marlow.com/MovieDownloader.zip > > That's the VB 6 source code for a program I wrote to download movies from > a > website. There are various aspects in that source that you should be able > to use to do what you are doing. It 'captures' an existing browser. You > can also 'open' a browser. Once captured, you can 'get links', and the > code > goes through all of the links on that page (and if it matches proper > extensions, those links are 'captured'). Then you can download the links. > > You don't need an .ocx to use this, it's a stand alone app, which uses a > reference to IE, and API calls to handle the downloads. > > Hope this helps. And let me know when you don't need the link anymore, I > don't want to keep that one live very long. > > Drew > > -----Original Message----- > From: William Hindman [mailto:wdhindman at bellsouth.net] > Sent: Thursday, December 15, 2005 5:30 PM > To: Access Developers discussion and problem solving > Subject: [AccessD] Web Browser ActiveX control > > > ...I'm considering using the Web Browser ocx in an A2k3 form to access > some > hotspotted graphics on a client's internal network and tie them into the > mdb > > ...however I'm finding almost nothing on how to do something like this > ...it > > has to exist so I must be using the wrong search terms ...anyone know of a > source or site with code/samples/tutorials etc.? > > William > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >