Link to home
Start Free TrialLog in
Avatar of Bodekaer
Bodekaer

asked on

Replacing Download Dialog in Internet Explorer

Hi,

I have for long time now, wanted to find a way to replace the Internet Explorer download dialog with my own dialog.

The reason is, that I need to create a system, where the user is only able to download to a specific folder.

Does anyone have any clue on how to accomplish this with .NET? (or VB6)

Thanks in advance,

Michael
Avatar of PreachDotNet
PreachDotNet



If you want user's not to be able to change the Default Download Directory

Start Regedit
Go to HKEY_USERS \ .DEFAULT \ Software \ Policies \ Microsoft \ Internet Explorer \ Restrictions
Create a DWORD value called NoSelectDownloadDir
Give it a value of 1

Old code, not sure if it will still work

Avatar of Bodekaer

ASKER

How do I then define the default download directory?

And usually it is still possible to just type "C:\" in the download dialog.
ASKER CERTIFIED SOLUTION
Avatar of PreachDotNet
PreachDotNet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial