G
Guest
this->user_information->Text =
this->query->SList[this->listBox1->SelectedIndex];
sList is a SortedList i want to reach its valur by its index ??? i got this
error
error C2845: '[' : cannot perform pointer arithmetic on __gc pointer
'System::Collections::SortedList __gc *'
this->query->SList[this->listBox1->SelectedIndex];
sList is a SortedList i want to reach its valur by its index ??? i got this
error
error C2845: '[' : cannot perform pointer arithmetic on __gc pointer
'System::Collections::SortedList __gc *'