Set Default Download Manager ?
-
Hi, I made my download manager in VB.Net but I don't konw how to set it as default for IE 6 and also for IE7 ? :doh: Any idaes? Thanks, Dan
-
Hi, I made my download manager in VB.Net but I don't konw how to set it as default for IE 6 and also for IE7 ? :doh: Any idaes? Thanks, Dan
There is no Download Manager in IE, so no way to set one.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
There is no Download Manager in IE, so no way to set one.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007I think I need to explain more. I have created the download manager like flashget,freedownloadmanager,Getright and the other ones... They all have the option to set them in ie as default so when a download begins the ie show thier interface instead of its' orignal.I want to do same thing.
-
I think I need to explain more. I have created the download manager like flashget,freedownloadmanager,Getright and the other ones... They all have the option to set them in ie as default so when a download begins the ie show thier interface instead of its' orignal.I want to do same thing.
I don't know how it does it, but IE doesn't have this "option". Maybe if it was written as a AddOn to IE you get this ability. I can't tell you because I've never written anything for IE.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
I don't know how it does it, but IE doesn't have this "option". Maybe if it was written as a AddOn to IE you get this ability. I can't tell you because I've never written anything for IE.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Hi, Yes IE doesn't have any options but we can do it using some registry help.I think I found the perfect answer from this link : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2154635&SiteID=1 Thanks, Dan
-
Hi, Yes IE doesn't have any options but we can do it using some registry help.I think I found the perfect answer from this link : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2154635&SiteID=1 Thanks, Dan
Hmmm... I never knew about that one.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hmmm... I never knew about that one.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Oh .. Never mind :)