Im using a picbox.. and checking the format for text file..
its returning false?? but it will pass when checking if its a list of files

Data.GetFormat(VbCFText) = False
Data.GetFormat(VbCFFiles) = True

It is a text file!???