For some time, I have created a console application (cmd & powershell) by integrating the multi tab. I'm using the setparent function of user32. Everything works except when I move the parent window. It is impossible to access the child window. It is visible but impossible to click on it. To remedy this, the parent window must be replaced where it was. I noticed that this "bug" only appears with the new Windows 10 console.
I do not know how to do.
(Sorry for my bad English I'm French)
I will try to explain better. I start a child window at a position, if I move the parent window, the child window will be deactivated. Like this :
Start set parent to child window...
Move parent window..
And the problem appears..
Here is the code: