extension
Information

SAFEARRAYS

Alternative information libraries (6)

  • Thunder – The birth of Visual Basic — A little article about the birth of VB7/VBA.
  • My First Bill Gates Review — Joel Spolsky, program manager for the Excel team, recounts his first Bill Gates review. Joel got numerous features…
  • Ruby, EB and DLL composition — Translated copy of [VBStreets article](http://bbs.vbstreets.ru/viewtopic.php?f=101&t=56551) created by Russian VBer `Хакер`. Details the composition of the VB6 and VBA…
  • PCode Internals — VBA is compiled to PCode. Understanding the lower level P-Code is a topic of heavy interest and research.
  • How many lines of code in EB — Untranlated article by Russian VBer `Хакер` which estimates the number of lines of code in VB6/VBA.
  • Articles by Sancarn — Various articles written by Sancarn about VBA including, performance, actual issues with VBA etc.

More from vbforums.com (6)

  • mdJSON — JSON library with dot-notation for extracting paths.
  • JSONBag — Uses shebang notation to extract keys from JSON strings. Can also build JSON with this library.
  • cHashList — ) – Simple, Fast and lightweight HashList class with no use of Win32 API. Requires string…
  • CollectionEx — Extends the default VBA(/VB6) collection with methods to retrieve and check for key existence.
  • clsTrickHashTable — A hash table using machine code injected at runtime. Full replacement for scripting dictionary, with bonus…
  • Late-bound WebBrowser Control Events — A technique to latch onto WebBrowser events in a late-bound manner.