SetParent
#195
Replies: 2 comments 1 reply
-
Can you explain further? Are you asking about how to use the Win32 Or are you asking about hosting a window inside a Flutter desktop app? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In C# to put an external program inside a panel we use SetParent, what I need to do is the same thing, for example: Run any program, like paint or notepad and after that take your window into my application, so that it is "docked", for example: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example for SetParent usage?
For example, run notepad and SetParent this inside a Container()
Beta Was this translation helpful? Give feedback.
All reactions