I am looking for a source which can give me access to system methods, variables and properties in VB6. I am actually comparing all the variables and methods in a VB6 program and have to determine if this is a System variable or method or a user defined entity.
I appreciate any help.
Thanks,
Sid
See the sub pages of the VB6 language reference in MSDN. Note that there is no “System” object and the conects of the VB/VBA/OLE type libraries will be the same for all machines.
The object browser that Slaks mentioned also tell you where properties and methods are defined
.