J
jahurt
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
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