If you have a collection, for example,
Dim c As New Collection c.Add("notepad.exe", "txt") c.Add("paint.exe", "bmp") c.Add("paint.exe", "dib") c.Add("wordpad.exe", "rtf")
Is there a way to retrieve the keys or convert c into a dictionary? The keys seem to be write-only!