Win32lib question
- Posted by Jonas Temple <jktemple at yhti.net> Nov 08, 2002
- 534 views
I'm going to try and describe the problem I'm having without being too vague.... I have a win32lib program that calls a routine in a dll that basically starts another Windows app (non-Euphoria). My Euphoria routine passes the Euphoria program's instance to the dll routine and if the secondary program starts it returns the handle to the window of the spawned app. What I need to know is when the spawned app closes. I'm fairly certain that my program is being sent some messages by the spawned program. Is it possible using win32lib to receive these messages and interpret them correctly? Was that vague enough? Thanks!!!!!!!!! Jonas