A few days ago I found out, that VB6 knows variable with name "RefCount". I have tried to use this variable, but I always getting a message "Out of stack".
I wanted to use this variable to obtain number of references for COM objet. (In C++ a variable with this name is using for reference counting)
Do somebody know, how to employ this variable.
Thanks a lot. Martin