Dim shellFile__1 As ShellFile = ShellFile.FromFilePath(pathToYourFile)
Dim shellThumb As Bitmap = shellFile__1.Thumbnail.ExtraLargeBitmap
I am a huge noob with programming. I only have a little experience with visual basic. I am trying to use these lines but "ShellFile" is not defined. For some reason there is very little info about this, I must be missing something. I think it may have something to do with the Windows API code pack but I got it downloaded and wasn't sure what to do it with. My google-fu returned nothing on that either. I feel like many of the instructions are implied.
What do I do to get this working? Thanks.