• 0

Request(Longhorn 4051 Download Manager


Question

hi, can anyone out there program a download manager just like the one in buid 4051?

i'm not a programmer at all, just wondering

and make it work for IE/Netscape/Mozilla/firebird/Opera

Edited by freakyfriday
Link to comment
Share on other sites

Recommended Posts

  • 0

@Mav Phoenix: Standalone, unless some C guru can write a BHO for this.

@Winston: LOL. Well, it's a good try, it's just that having the source files is much better.

@freakyfriday: I'll let you test it when it's ready enough. I know everyone wants to just try the current source but it downloads at a rate like heck, has debug code, doesn't have the real icons posted by you in yet, etc. It is dysfunctional beyond belief. However, it's a good start.

Link to comment
Share on other sites

  • 0
@Mav Phoenix: Standalone, unless some C guru can write a BHO for this.

@Winston: LOL. Well, it's a good try, it's just that having the source files is much better.

@freakyfriday: I'll let you test it when it's ready enough. I know everyone wants to just try the current source but it downloads at a rate like heck, has debug code, doesn't have the real icons posted by you in yet, etc. It is dysfunctional beyond belief. However, it's a good start.

okay, whenever you are ready

Link to comment
Share on other sites

  • 0
@Mav Phoenix: Standalone, unless some C guru can write a BHO for this.

@Winston: LOL. Well, it's a good try, it's just that having the source files is much better.

@freakyfriday: I'll let you test it when it's ready enough. I know everyone wants to just try the current source but it downloads at a rate like heck, has debug code, doesn't have the real icons posted by you in yet, etc. It is dysfunctional beyond belief. However, it's a good start.

sounds like it's gonna be good memodude, you know in the prompting dialog

asking you where to save

it has an icon

kind of like a windows application icon, are you going to be doing something like testing wat the actual file extension is from the link and then comparing it to the windows file types and getting the icon for it, if uno wat i mean, like say it was .mp3 someone was downloading are you going to be checking which program that .mp3 is associated to for example winamp and grab winamps icon and put it in that dialog?

Link to comment
Share on other sites

  • 0

Sorry, I hadn't posted in a while, I was making Picture It! start without MSN. I'm going to start working some more on it after school today. Don't worry, I'll work on it.

Link to comment
Share on other sites

  • 0

Does everybody want for the toolbar:

Office 2003 style...

Office XP style...or

Windows XP style?

All of them look good and perform fast, because Dacris NetXP toolbars roxor.

Link to comment
Share on other sites

  • 0

I don't know, first I'm trying to optimize it to an acceptable speed. It currently downloads at apprx. 1 kilobytes/second on my fast broadband connection. :p

Link to comment
Share on other sites

  • 0
I don't know, first I'm trying to optimize it to an acceptable speed. It currently downloads at apprx. 1 kilobytes/second on my fast broadband connection. :p

i don't care if it goes at 1kb right now, i'll test it out

Link to comment
Share on other sites

  • 0
Does everybody want for the toolbar:

Office 2003 style...

Office XP style...or

Windows XP style?

All of them look good and perform fast, because Dacris NetXP toolbars roxor.

Hmm maybe give an option to choose which style? Like radio buttons maybe?

Link to comment
Share on other sites

  • 0
i don't care if it goes at 1kb right now, i'll test it out

If you have any exceptions, copy the stack trace (click More or Details first, then select it all and press Ctrl-C) and post it here. Also, post which exception (ex. System.OutOfRangeException) and message (ex. Invalid parameter used).

Download Now! (~500 KB)

Link to comment
Share on other sites

  • 0

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.UnauthorizedAccessException: Access to the path "c:\" is denied.

at System.IO.__Error.WinIOError(Int32 errorCode, String str)

at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)

at System.IO.FileStream..ctor(String path, FileMode mode)

at FastMemo.Longhorn.DownloadManager.DownloadController.Download() in C:\Documents and Settings\Andrew\My Documents\Visual Studio Projects\FastMemo.Longhorn.DownloadManager\DownloadController.vb:line 46

at FastMemo.Longhorn.DownloadManager.Form1.btnAdd_Click(Object sender, EventArgs e) in C:\Documents and Settings\Andrew\My Documents\Visual Studio Projects\FastMemo.Longhorn.DownloadManager\MyDownloads.vb:line 152

at Dacris.NETXP.Controls.CommandBarItem.RaiseClick()

at Dacris.NETXP.Controls.CommandBar.OnMouseUp(MouseEventArgs e)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll

----------------------------------------

System.DirectoryServices

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.directoryservices/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservices.dll

----------------------------------------

System.Messaging

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.messaging/1.0.5000.0__b03f5f7f11d50a3a/system.messaging.dll

----------------------------------------

System.ServiceProcess

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.serviceprocess/1.0.5000.0__b03f5f7f11d50a3a/system.serviceprocess.dll

----------------------------------------

System.Data

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll

----------------------------------------

FastMemo.Longhorn.DownloadManager

Assembly Version: 1.0.1448.36480

Win32 Version: 1.0.1448.36480

CodeBase: file:///C:/Documents%20and%20Settings/freakyfriday/Desktop/download%20manger/FastMemo.Longhorn.DownloadManager.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------

NETXP

Assembly Version: 2.0.4315.240

Win32 Version: 2.0.4315.240

CodeBase: file:///C:/Documents%20and%20Settings/freakyfriday/Desktop/download%20manger/NETXP.DLL

----------------------------------------

SharedControls

Assembly Version: 1.0.1448.36435

Win32 Version: 1.0.1448.36435

CodeBase: file:///C:/Documents%20and%20Settings/freakyfriday/Desktop/download%20manger/SharedControls.DLL

----------------------------------------

Win32

Assembly Version: 2.0.4315.240

Win32 Version: 2.0.4315.240

CodeBase: file:///C:/Documents%20and%20Settings/freakyfiday/Desktop/download%20manger/Win32.DLL

----------------------------------------

Accessibility

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll

----------------------------------------

Microsoft.VisualBasic

Assembly Version: 7.0.5000.0

Win32 Version: 7.10.3052.4

CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll

----------------------------------------

System.Xml

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.573

CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll

----------------------------------------

************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the machine

rather than being handled by this dialog.

this is when i was trying to save it to C:\

Link to comment
Share on other sites

  • 0

Response:

1. Currently you have to also specify a file name, eg. C:\file.exe, not C:\. That causes that exception.

2. Cancel doesn't do anything if there's nothing to cancel.

3. It doesn't have resize code yet.

Link to comment
Share on other sites

  • 0

okay its downloading now, i got winamp downloading and it going really fast !!!

it would be nice to have pause and resume added and sechucle?

also when its downloading add like in KB\sec and like its saying 1mb out of 4mb, add 1.01...and etc

its using 23mb of ram and 100% CPU

Tranfsering is wrong also, when its at 3mb out of 4mb.. its at 2.44mb instead

Edited by freakyfriday
Link to comment
Share on other sites

  • 0

The RAM info is non-representative. .NET applications allocate more memory than they need, then give it up if other applications need it.

The 100% CPU I need to fix, it's because it just contantly downloads. However, it doesn't lock up, and it yields to other applications. If you start something else 100% CPU usage will still be there but the application will still start normal.

Link to comment
Share on other sites

  • 0
okay its downloading now, i got winamp downloading and it going really fast !!!

it would be nice to have pause and resume added and sechucle?

also when its downloading add like in KB\sec and like its saying 1mb out of 4mb, add 1.01...and etc

its using 23mb of ram and 100% CPU

Tranfsering is wrong also, when its at 3mb out of 4mb.. its at 2.44mb instead

It's going really fast? :rolleyes: On my machine it goes at about 3 KB/s! Weird...

Link to comment
Share on other sites

  • 0

also when i file is complted, make sure you can clear the download

it would be nice to have pause and resume added and sechucle?

also when its downloading add like in KB\sec and like its saying 1mb out of 4mb, add 1.01...and etc

its using 23mb of ram and 100% CPU

Tranfsering is wrong also, when its at 3mb out of 4mb.. its at 2.44mb instead

also add, like delay, retry,

that's all the bugs so far

Link to comment
Share on other sites

  • 0

1. I will add clearing the list when I add list persistence.

2. I will add that in a later release.

3. That isn't in the real Longhorn download manager, but I might add it to the Status field in ()s.

4. I just added that.

5. RTFA!

6. See #4.

7. See #2.

Link to comment
Share on other sites

  • 0

another bug is when i have a file partly downloaded, and when i want to resume off that file, it just starts at the begining.

also when i get disconnected from the internet(i'm on a modem) it does not start over again, just sits there

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.