M
Matthew Sajdera
All -
I want to be able to set one generic variable to the instance of another...
So lets say I have an object named objFoo that is initialized as a generic
object of type Object. Now I get returned to me a TreeView Node object
called objNode. How do I set my generic objFoo to objNode? objFoo =
objNode; doesn't seem to work.
Thanks in advance.
- Matt
I want to be able to set one generic variable to the instance of another...
So lets say I have an object named objFoo that is initialized as a generic
object of type Object. Now I get returned to me a TreeView Node object
called objNode. How do I set my generic objFoo to objNode? objFoo =
objNode; doesn't seem to work.
Thanks in advance.
- Matt