N
Nip
Hello eyerybody
I have got an array of objects of the same class. These objects might be for
example visible or not. Because of the performance I donot want to check
these properties with select...case. I would solve this using an array of
pointers of which the objects have certain properties, but I have no idea
how to do this, because everything has to be compatible with vb.net. Is this
possible at all or do you have a better idea how to solve this problem?
I could write the class itself in vb, c# or c++, but it has to work...
Greetz
Lukas Cavigelli
I have got an array of objects of the same class. These objects might be for
example visible or not. Because of the performance I donot want to check
these properties with select...case. I would solve this using an array of
pointers of which the objects have certain properties, but I have no idea
how to do this, because everything has to be compatible with vb.net. Is this
possible at all or do you have a better idea how to solve this problem?
I could write the class itself in vb, c# or c++, but it has to work...
Greetz
Lukas Cavigelli