|
-
September 4th, 2001, 07:15 PM
#1
Is there a standard ActiveX control to download a url, or to find a local file?
Is there a standard (i.e., included with normal windows 98/nt/2k and ie4/5) ActiveX control that will automatically download a url, without user interaction? I know that there are API functions (UrlDownloadFile, WinInet) to do this, but I need to do this with ActiveX. Can I use the Internet Explorer object to do this? Is there a simpler way?
I am also looking for a standard control that can do a search for a file on the local hard drive, and write to a binary file. The standard FileSystemObject can do neither.
Thanks in advance,
Franklin DeMatto
Senior Security Analyst, qDefense Penetration Testing
http://qDefense.com
qDefense: Making Security Accessible
-
September 5th, 2001, 01:24 AM
#2
Re: Is there a standard ActiveX control to download a url, or to find a local file?
About the transering, there is the Internet Transfer Control, which can download stuff from internet.
About the searching for a file, there is no such control that comes with the system, you can however use the FindFirstFile and FindNextFile API's to perform the task.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|