If I use Microsoft's OLE Viewer and expand the Controls node, I can get
a list of the several hundred ActiveX controls that are registered on
my system, like Microsoft MonthView Control etc. How can I get this
list in VB6?
For about 20 of these controls with a given prefix, I'm going to use
CreateObject and then TypeLib (TLIApplication) to get a list of the
control's members.