tags:

views:

31

answers:

1

In .Net you can use reflection to get access to an enumeration of all properties of a class. Can this be done too with a VB6 class module?

+2  A: 
Dabblernl
Quite right, although it only works with public class modules in COM DLL projects or ActiveX EXE projects.
MarkJ