How to make COM component(DLL) developed in VB Python-accessible?
Hii To All,
I have COM component (ActiveX DLL) develpoed in VB. What i need is to make that component accessible to Python. So end -user of my application can write script in python and access my applications's current state, and chage properties of ceratin classes or read properties of some classes.
My application use that COM component only.
I know that, Python code must be enabled to "call back" into my application, in order to get information and/or effect changes to the application's state. But how i do not know.
Anybody have any idea or have done same kind stuff or any reference for this? Please provide your feedback. Everything is welcome. I have to finish this in one week. So, please help me out.
Thanks.
DevHims
Is pyton compatable with strandred COM or any MS COM control
I just had a small question are you able to use any stranded COM application with python. In case you can do it then, I think there could be a possible solution for you.
As the definition of COM says it can be used across many platforms and languages but there are few gray areas in it. In case you can confirm it. I will be able to help you a little more.