so following the directions here, I re-created the following 3 lines in VB.NET
Dim shellFile As ShellFile = shellFile.FromFilePath(tmpFile)
Dim shellThumb As Bitmap = shellFile.Thumbnail.ExtraLargeBitmap
shellThumb.Save("C:\Users\erizvi\Desktop\thumb", ImageFormat.Bmp)
However, when I execute these lines, all I get is a thumbnail of the 'word' logo, rather than the actual file, can anyone tell me why?