|
-
Sep 7th, 2013, 07:50 PM
#1
Re: VB6 Simple Async-Download-Ctl for multiple Files
 Originally Posted by Nightwalker83
Hi,
I receive
Procedure declaration does not match description of event or procedure having same name
on this line
vb Code:
Private Sub ucAsyncDLHost_DownloadComplete(Sender As ucAsyncDLStripe, ByVal TmpFileName As String)
Just noticed, that in ucAsyncDLHost I still had a Copy&Paste-bug in the Property-Get-Methods:
DownloadStripeByURL
and
DownloadStripeByLocalFileName
But I think that this is not related to the error you reported above - still I'd like when you could download
again from the now updated Zip-Content behind the Download-Link in the Opener-Post - and try the
original project without any changes...
Did you already ripped the two ucAsync___.ctls out of the original project - or was the error encountered
running the original project (as contained in the *.zip)?
Olaf
-
Sep 7th, 2013, 08:35 PM
#2
Re: VB6 Simple Async-Download-Ctl for multiple Files
 Originally Posted by Schmidt
Did you already ripped the two ucAsync___.ctls out of the original project - or was the error encountered
running the original project (as contained in the *.zip)?
I run the project as it was in the zip file to try and understand how things work first.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Sep 7th, 2013, 09:40 PM
#3
Re: VB6 Simple Async-Download-Ctl for multiple Files
 Originally Posted by Nightwalker83
I run the project as it was in the zip file to try and understand how things work first.
Then I'd like you to make a second try with my now definitely updated Zip (which I had to give a different
FileName, AsyncDownloadDemo2.zip, since my WebServer was not releasing the old one properly).
Aside from that problem - even with the older version I could not reproduce your above mentioned Error
("Procedure declaration does not match description of event or procedure having same name")
here on my machine.
Do you run VB6 - or is this by any chance a VB5 you're using?
In case it's VB6, what VB-Servicepack do you have installed (and what Windows-Version are you using)?
Olaf
-
Sep 7th, 2013, 09:52 PM
#4
Re: VB6 Simple Async-Download-Ctl for multiple Files
 Originally Posted by Schmidt
In case it's VB6, what VB-Servicepack do you have installed (and what Windows-Version are you using)?
VB6.0 with SP6.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Sep 7th, 2013, 10:05 PM
#5
Re: VB6 Simple Async-Download-Ctl for multiple Files
 Originally Posted by Nightwalker83
VB6.0 with SP6.
That's good to know - and as said, it would be nice when you could make a second attempt
(maybe in a new unzip-folder, to be entirely sure) - with the updated Zip-File from the Opener-Post-Link ... here the Link again:
http://vbrichclient.com/Downloads/As...nloadDemo2.zip
I've just tested Downloading per Browser on two different machines (one running XP, the other Win7, both with VB6/SP6)
and I can't reproduce your error ...
Could you give a bit more information about your attempts - if the error happens again on your machine -
and under what concrete circumstances (IDE, compiled Executable, already whilst starting the project the first time -
or somewhere in-between - or at Form-Unload-Time)?
Olaf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|