-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ChromeWidgetMessageInterceptor to WinForms Example #1138
Conversation
Anyone have corrections or thoughts before I merge this? |
Only question I have is would it be better to explicitly release the handle? |
If it's working then I'm happy to merge is as, few formatting things, they can be sorted later 👍 |
It is working without releasing the handle, but it may be inadvertently preventing garbage collection. So I have made it explicitly release the handle now. |
Good catch 👍 |
Might be worth adding the extra example from #1098 (comment) Can be commented out, just as a user reference? |
Good thinking. I might actually change the |
I added a comment about mouse events. I also moved moved the |
Looks fine 👍 |
Add ChromeWidgetMessageInterceptor to WinForms Example
Addresses #570