download control?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi peeps,

I'm trying to find a control for downloading from my website.

What I want to do is allow users to download quite a large file, use the
Save As dialog so they can place the file where they like. But *not* use the
download dialog. What I want is to display my site with a frame showing
download progress.

The idea being that if they navigate away from my site, the download stops.

Any ideas?

Cheers


Dan
 
Custom client-side ActiveX control.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Hi Kevin

YOu're talking about something that users would download first in order to
use our site? Is there such a control, or would I need to write one?

If so, where would I start? :O)

Cheers


Dan
 
Yup. A custom (which means, yes, you would have to write one) client-side
ActiveX control (.OCX). ActiveX Controls are probably easiest to write using
VB6. As for where to start, the Microsoft MSDN Library online would be a
good place.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top