I have a winform window in which I am drawing manually/programmatically, I would like to provide a HWND handle to a process I cannot modify that expressly awaits a win32 HWND (this process is then going to draw its own things in my window, using the HWND handle).
The important point of detail is that I want the HWND to point at a certain location in my window.
Is there a way to create a new artificial HWND which would point a particular zone of my window?