-
Hi, Is there a way to set the owner of a Dialog to a window handle (IntPtr)? thanks, Peter |
Beta Was this translation helpful? Give feedback.
Answered by
cwensley
Mar 29, 2025
Replies: 1 comment 1 reply
-
Hey @pciganek, After referencing Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pciganek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @pciganek,
After referencing
Eto.Wpf.dll
, you would useEto.Forms.WpfHelpers.ToEtoWindow(myIntPtr)
to wrap the owner window.Hope this helps!