Python, COM & Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jahurt@hotmail.com

    Python, COM & Windows

    I've written a COM server in Python for use with a VB app. So far
    things work very well... I'm able to call all my Python functions from
    VB with no problems. However, now I need to notify the VB client when
    data is available in the server. I've been trying to implement a
    callback function in the server, but I haven't had any luck. My needs
    here are modest; I only need some sort of asyncronous notification of
    VB from my Python COM server... is there easy way to do this?

    I'm only moderately familiar with either language... Python is growing
    on me :) I can't say the same for VB. TIA
Working...