Child windows of other processes
- Posted by Christian Winsall <euphoria at toxicbreakfast.com> Jun 19, 2007
- 468 views
Is it possible to create a child window of another process using win32lib? I'm making a screensaver, so my application is supposed to run in preview mode if called with the command-line argument /p ####. It's supposed to run as a child of the window with #### as its HWND. I think I probably won't be able to do this with win32lib, can anyone confirm? Thanks, chris.