hi all,
I have developed application in which i have displayed phone contacts in listbox.User will select multiple contacts and will save that contacts in file. Now user will exit the application and when he will run the application next time i wanted to show him previously selected contacts as selected. SO anybody has any idea?
I know the following API-
iListBox->View()->SelectItemL( 1 );
iListBox->View()->DeselectItem( 0 );
But the problem is user may add/delete contacts so this index will change giving wrong results.If anybody has any idea it is welcome.
Thanks and regards.
Rohanwaugh.

Reply With Quote

