What is the most similar thing in vb.net to a pointer, meaning like C poinetrs?
I have a TreeView within a class. I need to expose some specific nodes (or leaves) th
If you're looking to pass something back from a subroutine you can pass it by reference - as in "ByRef myParamter as Object".
Best answer depends, to some degree, on what you're trying to do.