What's Here?
- Members: 340,155
- Replies: 920,544
- Topics: 154,956
- Snippets: 4,855
- Tutorials: 1,257
- Total Online: 3,992
- Members: 118
- Guests: 3,874
|
Welcome to Dream.In.Code |
|
|
Become an Expert!
Join 340,155 Programmers for FREE! Get instant access to thousands  of experts, tutorials, code snippets, and more! There are 3,992 people online right now. Registration is fast and FREE... Join Now!
Chat LIVE With a Expert
|
File Summary Properties
File Summary Properties
How to Load/Save summary properties
Rate Topic:
   
Posted 15 September 2006 - 06:21 AM
Hi,
I need to find a way to edit by VB6 the file summary properties (when you right-click on a file in Windows Explorer). I know there is DSOFile, but this is limited to Microsoft Office documents. I also have an ActiveX (Atalasoft ImageX) that support Exif and IPC, but is there an other way. I know that FSO do not support that, but my guess is that there is an API that can do the job...
Thanks for any help you can provide.

- printf("I'm a %XR",195936478);
-
-
Group:
Moderators
-
Posts:
4,566
-
Joined:
26-November 04
Dream Kudos: 2825
Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing
Posted 15 September 2006 - 10:02 AM
I think this is what you are looking for: - SetFileAttributes : Sets a file’s attributes.
- SetFileTime : Sets the date and time that a file was
created, last accessed, or last
modified.
Posted 15 September 2006 - 10:39 AM
born2c0de, on 15 Sep, 2006 - 11:02 AM, said:
I think this is what you are looking for: - SetFileAttributes : Sets a file’s attributes.
- SetFileTime : Sets the date and time that a file was
created, last accessed, or last
modified.
not really, changing file attribute is fine, i need to be able to edit the summary fields (author, keywords, comments...), right-click on a JPG in Windows Explorer and select Properties then select the TAB Summary, you'll see what I mean. The summary properties are differents from file type to file type. I know it is easy to do it in .NET, but I need a way to do it in VB6...
Posted 25 October 2006 - 04:30 AM
I am new in programing , i am looking for the same kind of code in .Net to set the summary of the file. If u have some code with u can u send it to me, its urgent.
Nevermalchik, on 15 Sep, 2006 - 11:39 AM, said:
born2c0de, on 15 Sep, 2006 - 11:02 AM, said:
I think this is what you are looking for: - SetFileAttributes : Sets a file’s attributes.
- SetFileTime : Sets the date and time that a file was
created, last accessed, or last
modified.
not really, changing file attribute is fine, i need to be able to edit the summary fields (author, keywords, comments...), right-click on a JPG in Windows Explorer and select Properties then select the TAB Summary, you'll see what I mean. The summary properties are differents from file type to file type. I know it is easy to do it in .NET, but I need a way to do it in VB6...

- New D.I.C Head
-
-
Group:
New Members
-
Posts:
1
-
Joined:
18-May 09
Dream Kudos: 0
Posted 18 May 2009 - 11:00 PM
Nevermalchik, on 15 Sep, 2006 - 10:39 AM, said:
born2c0de, on 15 Sep, 2006 - 11:02 AM, said:
I think this is what you are looking for: - SetFileAttributes : Sets a file’s attributes.
- SetFileTime : Sets the date and time that a file was
created, last accessed, or last
modified.
not really, changing file attribute is fine, i need to be able to edit the summary fields (author, keywords, comments...), right-click on a JPG in Windows Explorer and select Properties then select the TAB Summary, you'll see what I mean. The summary properties are differents from file type to file type. I know it is easy to do it in .NET, but I need a way to do it in VB6...
Hi there!
I have read that you know how to write file summary in .NET! Can you please send me a test application or a sample code to see what to implement and import! I have found DSOFile for office documents but nothing else. Can you please help me?
Thanks
1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users
|
Be Social
Programming
Web Development
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|