I am using PasswortVault Resource names to display the resource names as Items in a ListView.
So do I really need to copy the PasswortVault resourcenames to a std::vector, sort it and then convert it back to a String^ to append them sorted to the list view?
Is there no better solution for this? Thanks!
David