Windows/VBA Ojbect Model, COM/DLL Libraries/Resources (1 Viewer)

vba_php

Forum Troll
Local time
Today, 10:05
Joined
Oct 6, 2019
Messages
2,884
hey all you developers out there...

if you were wondering how many resources there actually are available for VBA applications or Access in general, maybe this post will help out. You can use many things to produce interesting products. Like:

>Windows DLLs
> COM Objects
> VBA Object Model (enums, classes, methods, properties, etc...)
> Type Libraries (.tlb files)
> OCX (Active X) Controls

I downloaded the attached DLLviewer a long time ago, and I believe I got it from here:

https://www.nirsoft.net/utils/dll_export_viewer.html

Also is an .accdb file that shows a list of functions in the common (maybe useful) DLLs found in the windows OS. Also, the following link points to an .accdb file that has the full VBA object model components listed in different tables (although you can see it in the attached image "COM object list":

https://drive.google.com/open?id=1-VRNsW-ce_0JfwBifKKjExaUai43vk2A

I would assume you could include interesting features in your apps, given all these resources that are available. Happy developing. :)
 

Attachments

  • DLL viewer.zip
    33.1 KB · Views: 128
  • Windows DLL Libraries.zip
    121.3 KB · Views: 114
  • DLL viewer interface.jpg
    DLL viewer interface.jpg
    80.7 KB · Views: 134
  • COM object list.jpg
    COM object list.jpg
    94.2 KB · Views: 132

Users who are viewing this thread

Top Bottom