Click to See Complete Forum and Search --> : Where can I find a list of all the VB Classes ?


olivier cheneson
October 14th, 1999, 07:00 AM
Thanks
Olivier

Lothar Haensler
October 14th, 1999, 07:30 AM
if you hit F2 in the IDE you will start Object Browser. That tool lists all classes and methods within your project.
There is NO global list of "all" classes, because that depends on the references that you add to your project.