where is the (Item) member in C++.NET?
Posted: Sat Aug 01, 2009 5:53 am
Hello,
I have this line in the VB.NET
Volume1.Item(index).Y = Volume1.Item(index).Y + 1
but what is the equivalent in C++.NET? because I could not find "ITEM" member in C++.NET?
Volume1->?
Regards,
Rabbit!
I have this line in the VB.NET
Volume1.Item(index).Y = Volume1.Item(index).Y + 1
but what is the equivalent in C++.NET? because I could not find "ITEM" member in C++.NET?
Volume1->?
Regards,
Rabbit!