Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Krypta
  • Content: Threads
  • Order by date
  1. Krypta

    Self-referencing in a class subroutine ("Me" is not working)

    I am trying to build a tree class. Here is the relevant code from the class CNode: Private pChildA As CNode Private pParentA As CNode Public Property Get childA() As CNode child = pChildA End Property Public Property Set childA(inChild As CNode) Set pChildA = inChild End Property...

Part and Inventory Search

Back
Top