LindaC
May 11th, 1999, 12:51 PM
I have one main process (non-MFC), that creates one or several processes (MFC). I would like for these MFC spawned processes to always be visible even though the focus may be on the main process, the same way the Windows NT task manager does not always have to have the focus, yet always displays "on top".
In addition, I would always like all keyboard input to be process by the main non-MFC process, regardless of whether the main or spawned processes are "active".
In addition, I would always like all keyboard input to be process by the main non-MFC process, regardless of whether the main or spawned processes are "active".