-
Oct 6th, 2024, 01:08 AM
#1
Thread Starter
Member
FlexBag.dll Does anyone have this please ? Their webiste is defunct.
I am looking for FlexBag.dll from spidereye please.
Seems they are no longer in buisness and I was hoping to try this dll out.
Thanks
-
Oct 6th, 2024, 02:08 AM
#2
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
It seems it is a collection replacement.
There are multiple replacements in the codebank.
Also vbRichClient by Olaf Schmidt has alternatives
-
Oct 6th, 2024, 04:26 AM
#3
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
You cold use the scripting collection, once recommended to me by Olaf
Code:
Public thisDictionary As Object
Set thisDictionary = CreateObject("Scripting.Dictionary")
thisDictionary.CompareMode = 1
Dim thiskey As String
Dim iconBitmap As Long
iconBitmap = blah blah blah
thiskey = fullStringKey
thisDictionary.Add thiskey, iconBitmap
Project References - Microsoft Scripting Runtime
A useful link: https://vbaplanet.com/libscripting.php
https://github.com/yereverluvinunclebert
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.
-
Oct 6th, 2024, 08:44 AM
#4
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
https://web.archive.org/web/20050212...tware/flexbag/
Code:
https://web.archive.org/web/20050212194129/http://www.spidereye.com/software/flexbag/FlexBag.dll
-
Oct 16th, 2024, 11:22 PM
#5
Thread Starter
Member
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
Originally Posted by OptionBase1
Excellent thank you, much appreciated.
-
Oct 16th, 2024, 11:35 PM
#6
Thread Starter
Member
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
@yereverluvinuncleber
Thanks for that suggestion, appreciated.
-
Oct 16th, 2024, 11:37 PM
#7
Thread Starter
Member
Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.
Originally Posted by Arnoutdv
It seems it is a collection replacement.
There are multiple replacements in the codebank.
Also vbRichClient by Olaf Schmidt has alternatives
Great thanks for that.
Tags for this Thread
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
|