Visual Basic 2010: How do I reference one of many objects through an additional object? (Pointer-like behaviour?)
Hi, I am writing an application in Visual Basic 2010 Express. I have two objects of a class from a driver DLL that is provided to me. They have some of their own subroutines that I'd like to call, and I'd like an easy way to toggle between them. Instead of writing a whole bunch of code like this: selected = x ... If selected = x then ...