You can open the index and browse all the pages; it's a site rip. All the zip files are included.
Warning: Some of the zips contain exes; all I can guarantee is that the files are exactly as-is from when I DLd them a few years ago, I haven't personally checked each one.
Last edited by fafalone; Apr 7th, 2021 at 10:09 AM.
Thank you very much. I have been hunting for Shell32.zip of Karl Peterson for quite some time. I was searching all over the place for shell32.zip without any success. By sheer chance, I searched today for "classicvb archive" and I landed up in this thread.
I was so happy to find the shell32.zip in the zip file that you posted.
I find the links in https://classicvb.net/tools/ are also broken. Would you please share the complete website rip of classicvb.net ?
Also, if you happen to have full website rips of such defunct VB websites, kindly start a thread exclusively for that and post the download links, please.
It would be of immense help for people like me who are rediscovering the classic VB.
The clue for the correct URL is on the second line. If you remove the snatch.asp?id=<whateverid> portion and add _files/<whateverid.zip> to the end and press the Enter key, you will be able to download the file. So using the CCRPHPT example again, the correct URL becomes: https://classicvb.net/tools/_files/ccrpTmr6.zip
It looks like the classicvb.net files are still there, but the backend system that changes the clicked linked URL to the correct file URL is broken.
... https://classicvb.net/tools/_files/ccrpTmr6.zip
Oh wow,
Yes! It works!
Thank you very much for figuring it out.
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
If you wanted to download the appIcon.zip from the samples, what would the URL be then?
Sadly I couldn't figure that out. Looks like the trick only worked for the "tools" folder. I tried some guesses for the "samples" folder, but none of them worked.
Yes, that was the right one. How did you get that? Was it in one in your collection already downloaded or did you find a sneaky way to access Karl's samples?
I wanted to see if he had some special way of dynamically loading an icon at runtime that would preserve the quality of a 16x16 icon with certain colour depths. Unfortunately, it doesn't, it just does a me.icon = imageBox.picture and when it runs as an .exe the icon quality is degraded significantly.
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
You can open the index and browse all the pages; it's a site rip. All the zip files are included.
Warning: Some of the zips contain exes; all I can guarantee is that the files are exactly as-is from when I DLd them a few years ago, I haven't personally checked each one.
Unfortunately this mediafire link is no longer available. Would you mind reuploading it so I could grab a copy please?
I remember using the "CCRP High-Performance Timer Library" for my college diploma project back in the day. Timers with true 1ms resolution were a big thing in Windows 98 when the regular VB Timer control couldn't do better than 55ms!