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

Mark Hammond mhammond at skippinet.com.au
Fri Jun 24 01:09:37 CEST 2005


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.

Mark
  -----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/1dc04cef/attachment.htm


More information about the Python-win32 mailing list