I found the information I needed thru MSDN here is the code
Dim
cc = ListView1.FocusedItem.Text
Dim encoding As New System.Text.ASCIIEncoding()Label28.Text = encoding.GetString(Image.FromFile(c).PropertyItems(6).Value)
this will decode the desription in the meta-information at this location. Now that I have used it, It helps my understanding on how image manipulation works.
You have to love it when your code finally works...Do the happy dance!