I wonder how it is possilbe to access the first listitem in the listView.
I know that each item has an index like the listBox Control and that you could access them with the member ->SelectedIndices but when writing the code below, the compiler says:
'==' : no conversion from 'int' to 'System::Windows::Forms::ListView:: SelectedIndexCollection ^
if( listView2->SelectedIndices == 0 )
{
}