Search:

Type: Posts; User: djpip27

Search: Search took 0.04 seconds.

  1. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Great Work.
    You also need to add 'CurrentDownloads -= 1' before you Call RunList().
    If you don't do this then the CurrentDownloads value remains at your maximum and then no more start.

    DJ PIP
  2. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    I'm loving the new system. Really nice work. :D

    I have a question.
    I'm currently allowing 5 downloads at a time, and sometimes adding about 8/9 downloads into the list and then starting it....
  3. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Great getting the progress of downloads works fine now.
    One other small thing I'd noticed.
    Some-times the download complete event fires twice.

    Don't know why, but I'd noticed this when using the...
  4. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    I have placed this new code in my software.
    The downloads themselves work and I can get the simultaneous downloads working as designed.
    Unfortunately I can't seem to get the events such as progress...
  5. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Hi,

    Just wanted to update this thread slightly.
    I've been using your code for a month now, works perfectly and I have experienced no problems after making that small change I suggested earlier so...
  6. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Fix for Download Speeds.

    Amazing Class as I said earlier.
    Got it working really well in my software.

    I've noticed when downloading the speed will suddenly jump after around 60 seconds to...
  7. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Don't worry.
    Figured it out! :check:

    Straightforward.

    Public Sub ProgressChange(ByVal currentFile As String, ByVal prog As Integer, ByVal Rate As String) Handles downloadersystem.Percentage
    ...
  8. Replies
    70
    Views
    39,729

    Re: Asynchronous File Downloading Queue System

    Hi there,

    First of all can I say a big thank you.
    I too am using a webclient in my software which downloads multiple files from the internet. Your class is clearly organised, easy to use and I...
  9. Replies
    3
    Views
    1,512

    Re: Take Screenshot WITH cursor?

    Wouldn't an easy but 'dirty' hack be to record the mouse position when the screen-shot is taken and the place on the image a cursor icon at the specified location?

    Wouldn't help if the cursor was...
  10. Thread: Firefox Issue?

    by djpip27
    Replies
    29
    Views
    1,230

    Re: Firefox Issue?

    Can't do anything. Same message appears whatever I try.
    you do not have permission to access this page. This could be due to one of several reasons:

    1. Your user account may not have sufficient...
  11. Replies
    0
    Views
    4,102

    Custom Datagrid View Problems

    Hi Everyone,
    I have a small problem that I can't work out how to fix.
    My application requires a data-grid to organise values on-screen. I want a scroll bar to be visible on the right-hand side at...
  12. Replies
    4
    Views
    5,433

    Re: TagLib# and MP3 tagging.

    Problem Solved. :check:


    Public Sub addCover(ByVal Path As System.String)
    Dim IFile As New TagLib.File.LocalFileAbstraction(Path)
    Dim File As TagLib.File =...
  13. Replies
    4
    Views
    5,433

    Re: TagLib# and MP3 tagging.

    Stop the Press.
    I might have found something !

    Dim tagfile As TagLib.File = TagLib.File.Create(file.FullName)
    Dim coverimages As FileInfo() = file.Directory.GetFile("cover.jpg")...
  14. Replies
    4
    Views
    5,433

    Re: TagLib# and MP3 tagging.

    Hi,

    Thanks for your quick response,

    Rolling over .Pictures(0) gives me
    Public Overridable Property Pictures() As TagLib.IPicture()

    Rolling over the first .Data gives me
    Public Property...
  15. Replies
    4
    Views
    5,433

    [RESOLVED] TagLib# and MP3 tagging.

    Hi Everyone,

    I've got myself into a mess :cry: and hope some-one here can help out.
    I'm using this MP3 tagging library called TagLib# or TagLibSharp.

    Unfortunately the documentation is a bit...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width