[python-win32] filling Windows properties "Summary" tab?

Ray Schumacher rays at blue-cove.com
Fri Jun 24 18:57:52 CEST 2005


Hi Mark,

At 04:09 PM 6/23/2005, Mark Hammond wrote:
>These properties generally work for COM "structured storage" files. Microsoft Office documents and a number of others use this format, and the win32com functions allow you to get and set these properties.
> 
>If the files are not these COM storage files, then you may need to look at creating a shell extension, so you can add your own custom dialog page (including any properties you like) to the explorer dialog.

I was just mystified about the utility of these Summary properties vs. versioninfo resources set with py2exe...
They are per-file settings, but, if I filled them in for a .py file, they would persist only on this machine, but not if the file is copied to another Windows box, and are unavailable on the Samba server.

Extra built-in info would be nice, but not worth more effort, to me at least.

Thanks,
Ray



>-----Original Message-----
>From: python-win32-bounces at python.org [mailto:python-win32-bounces at python.org]On Behalf Of Ray Schumacher
>Sent: Friday, 24 June 2005 8:14 AM
>To: python-win32 at python.org
>Subject: [python-win32] filling Windows properties "Summary" tab?
>
>
>
>The Summary tab of of a file's properties has Title, Subject,
>
>Author, etc.
>
>Could those be filled in via py2exe or ? 
>
>I tried them as attributes of Target; no error, but no result.
>
> 
>
> 
>
>Ray
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050624/a1b63973/attachment-0001.htm


More information about the Python-win32 mailing list