Board index » Visual Studio » Thumbs.db file !!
|
sprigsoft
|
Thumbs.db file !!
Visual Studio40
I am developing a project in VB / Win XP. I have my own explorer style library view in application. On click of each file it is supposed to show its preview like outlook shows preview when particular mail is clicked: Some file will have jepg image as preview. some will have meaningful text and some may have both. At preseng we are creating jpeg image of it at save time and storing file path into database and displaying preview. But this is not succesful in following situations: 1. if file is transferred from one location to other by mail 2. if there is same file in two different folders for same user We have used XML tags to create our file and with parser we are we are working with it. Can you suggest solution that how this preview problem can be resolved? is there a way that will convert jepg image or meaningful text into XML and attach it with original file and transfer it to other location. I found out from these newsgroups that Win XP creates a thumbnail preview images' file calles thumbs.db But I cannot figure out how to use this file. Is there a way to use this for my requirements? - |
