|
-
Jul 24th, 2003, 02:49 AM
#1
Thread Starter
Frenzied Member
FileVersionInfo
If you right-click a MSWord .doc file in Windows Explorer and go to Properties\Summary you get to see all kinds of information (Author's Name, Company, Title, etc.).
When I do the same on one of the files that my application saves I see the same fields.
How do I get my application to put data into these?
I've looked at FileVersionInfo, but this only provides read methods, not writes.
This world is not my home. I'm just passing through.
-
Jul 24th, 2003, 07:48 AM
#2
Sleep mode
Search this forum for thread by Edneeis . It sounds tough one but it may give you a clue .
-
Jul 25th, 2003, 08:49 AM
#3
Thread Starter
Frenzied Member
Thanks Pirate, I've done that.
It looks like the answer is that I must use DSOleFile.dll and run my application on Win2000 using NTFS. Otherwise I don't think I can write properties to non-OLE documents.
Shame.
This world is not my home. I'm just passing through.
-
Jul 25th, 2003, 09:37 AM
#4
Well you definately have to target an NTFS system for any files other than Doc or Word files, because that info is only kept on NTFS systems (in a seperate stream) for other files.
-
Jul 25th, 2003, 09:52 AM
#5
Addicted Member
Have a look in your project's AssemblyInfo.vb file
-
Jul 25th, 2003, 10:30 AM
#6
I don't think that is the Summary Info he means:
-
Jul 25th, 2003, 10:37 AM
#7
Addicted Member
-
Jul 25th, 2003, 11:10 AM
#8
But how can you edit them afterwards. Through the OS you can just right click the file and edit them whenever but how can you do that through code?
-
Jul 25th, 2003, 11:20 AM
#9
Sleep mode
Anyone of you guys know if this involves any secuirty issues . They make everything hard to work with . I'm much concerned since I'll get into this after I finish my current proj .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|