[python-win32] interprocess communication python and visual basic can it be done?

Kevin Horn kevin.horn at gmail.com
Tue Aug 26 20:42:22 CEST 2008


Look into either:

COM or
Named Pipes

You could also try having a socket in each process and communicate over a
"network", but I don't know how difficult socket programming is in VB

Kevin Horn

On Tue, Aug 26, 2008 at 12:07 PM, Vernon Cole <vernondcole at gmail.com> wrote:

> Emanuel:
> Best answer: Find a copy of  *Python Programming On Win32*  by Mark
> Hammond and Andy Robinson and read chapter 7. Unfortunately, copies of the
> book are getting quite hard to get.
> --
> VC
>
> Mark:
>   New edition???
>   Please!!!
> --
> VC
>
>
> On Tue, Aug 26, 2008 at 10:26 AM, Emanuel Sotelo <ing_emanuels at hotmail.com>
> wrote:
> >
> > hello.
> > well i have a question i dont now if it it's possible to make a
> > interprocess communication between python and visual basic.
> > someone tell that it can be done but i havent fond nothing about this
> subject
> > if it is possible can some one give me some guide points of where to
> > look or what to investigate because i just began lerning python and i
> have
> > to do a proyect a bout this but i will like to get some info of how
> before i
> > start develop the programan
> > I would appreciate any help that anyone can provide
> >
> > ________________________________
> > Si no te acuerdas quién quedó en traer los hielos, te urge usar Skydrive
> > _______________________________________________
> > python-win32 mailing list
> > python-win32 at python.org
> > http://mail.python.org/mailman/listinfo/python-win32
> >
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080826/c869ddfd/attachment.htm>


More information about the python-win32 mailing list