You can place a window. Change the parent HWND by calling the SetParent function against it. To change window styles, you need to use the GetWindowLong / SetWindowLong pair to change the attributes that you want to disable.
If this is a third-party application (i.e. not yours), then you are probably on a rough trip, especially if there is any theme in the window or something in your window (for example, changes in the drag and drop area, etc. .).
source
share