   
Accessing a type library is easy when using the Desert Hill
TypeLibAccess control. Simply create a Libraries
collection, add the type library and access the data inside.
Dim objLibraries As New ObjectBrowser.Libraries
Private Sub Form_Load()
Dim objLibraries As New TypeLibAccess.Libraries
'Add a typelib by guid
objLibraries.Add "DesertHill.TypeLib.Libraries"
'Add a typelib bound to a ActiveX DLL
objLibraries.Add "C:\Program Files\Common Files\System\ADO\msado15.dll"
End Sub
System Infomation
Visual Basic 6 Visual C++
Windows 95/98/ME
Windows NT/2000/XP
Installation File Contents
| Desert
Hill TypeLibAccess ActiveX Control |
DHTLIBAC.dll |
| Desert
Hill TypeLibAccess Help file |
DHTLIBAC.chm |
| Desert Hill
TypeLibAccess License Agreement |
TypeLib License Agreement.txt |
| |
|
SampleApps: |
| |
ObjectLibrarySearch
|
A Visual Basic
example that searches through a type library looking for text
without using the user interface aspect of the control. |
| |
LibStats |
A Visual C++ ATL
example which demonstrates using the ObjectBrowser control to
iterate through the contents of a type library without using
the user interface aspect of the control. |
|