Display issue while showing external process window #1555
maxmontgmx
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I need to embed external process main window into my WPF UI application.
For that, I use "user32" API (SetWindowLongPtr, SetParent, SetWindowPos) to make the external window child of a control of my app.
This mecanism works perfectly in a sample WPF projet, but in a WPF UI projet, I distinguish the window with all controls and controls are active. But the controls are like a filigram.
Do you know how I can display the window correctly?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions