Steven

Would it be possible to launch AutoCad, then use Python/PIL to do
screenshots of the images?

Message: 1
Date: Wed, 18 Apr 2007 09:15:29 -0400
From: "Steven James" <[EMAIL PROTECTED]>
Subject: [python-win32] How to use IExtractImage in python
To: python-win32@python.org
Message-ID:
       <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

I am attempting to add a simple thumbnail preview in a wxpython app I'm
putting together. IExtractImage seems to be the way to access the thumbnails
that Windows Explorer uses.

(I can't use PIL or similar because I'm previewing AutoCAD .dwg files).

I am adapting some Delphi COM code (from
here<http://www.delphi3000.com/articles/article_3806.asp?SK=>)
as follows--i've removed the Malloc and other unnecessary statements:
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to