I don’t know much about Windows API programming, so this may be a laughable question.  Is it possible to use the win32process.CreateProcess() function to launch a program then somehow use the returned window/thread handle to invoke a static method.  My guess is that the process would have to somehow magically be converted back to its native class/object and I don’t know if that’s really feasible.  Thoughts?

 

Kevin White

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to