VB Helper: HowTo: Declare array objects in VB .NET
Okay, I fibbed a little when I said in How to declare arrays in VB .NET that all arrays have 0 as their lower bounds. There is actually an Array class and it can have non-zero lower bounds. Using it is not as easy as using normally declared arrays, howeve...