7 November 2006 7:10 PM
> To: python-win32@python.org
> Subject: [python-win32] passing image as string/stream from
> python to vb
>
>
> Hi,
>
> I'm a beginner on the python-win32 field, so please excuse
> stupid questions ;-)
>
> We have an vb application that uses
Hi,
I'm a beginner on the python-win32 field, so please excuse stupid questions ;-)
We have an vb application that uses a python com server. This python
module generates images in a stringio object. We want to pass the
image as a string / stream to the vb application. This is in a way
working, as