Results 1 to 7 of 7

Thread: FlexBag.dll Does anyone have this please ? Their webiste is defunct.

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2011
    Posts
    58

    Question 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

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    6,206

    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

  3. #3
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,613

    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.

  4. #4
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,366

    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

  5. #5

    Thread Starter
    Member
    Join Date
    Apr 2011
    Posts
    58

    Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.

    Quote Originally Posted by OptionBase1 View Post
    https://web.archive.org/web/20050212...tware/flexbag/

    Code:
    https://web.archive.org/web/20050212194129/http://www.spidereye.com/software/flexbag/FlexBag.dll

    Excellent thank you, much appreciated.

  6. #6

    Thread Starter
    Member
    Join Date
    Apr 2011
    Posts
    58

    Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.

    @yereverluvinuncleber

    Thanks for that suggestion, appreciated.

  7. #7

    Thread Starter
    Member
    Join Date
    Apr 2011
    Posts
    58

    Re: FlexBag.dll Does anyone have this please ? Their webiste is defunct.

    Quote Originally Posted by Arnoutdv View Post
    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
  •  



Click Here to Expand Forum to Full Width