Re: Child windows of other processes
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 19, 2007
- 472 views
Christian Winsall wrote: > > 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? This functionality is not already coded as a Win32lib routine. However, as Win32lib allows you to mix its routines with standard API calls, you can still do this using the library but you have to code the functionality yourself using API calls. -- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell