Hi, I have an interesting problem. I want to be able to add [at will] child windows to another window from another running executable.
So, let's say there is a program ("program A") running on the PC which displays a main window ("window A"). My program ("program B") wants to create a child window ("window B") and put it on window A.
Does anyone have any clue as to how I would go about this?
I've tried messing around with CreateWindow() and so on but haven't yet found anything that appears to work.
Thanks!
So, let's say there is a program ("program A") running on the PC which displays a main window ("window A"). My program ("program B") wants to create a child window ("window B") and put it on window A.
Does anyone have any clue as to how I would go about this?
I've tried messing around with CreateWindow() and so on but haven't yet found anything that appears to work.
Thanks!