Replies: 1 comment 4 replies
-
Are you using Just remove the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create Winforms ChromiumWebBrowser object (let`s call it objectA), put it into the form and then replace it with another ChromiumWebBrowser object (objectB). I wanna do that without disposing objectA (so that I would be able later again replace objectB with objectA). Is that possible? Any existing sample that could help me?
Beta Was this translation helpful? Give feedback.
All reactions