The positioning is not the problem here but the parent of the window to be shown. It is essential that I can show the window created in first process inside the frame window of another process. So, I somehow need to set other processes window as a parent to the one in first process. What will be...
Is there any way to display window created in another application inside the frame (window) in other application. Circumstances are:
- Application obtains frame-applications window handle with FindWindow(...)
- Application (MFC) creates a window (CDialog ancestor) with Create and gives queried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.