Replies: 1 comment 10 replies
-
Use the webBrowser.Dispatcher.BeginInvoke((Action)(()=>
{
//Write Code Here
})); |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been struggling to figure out a way to do this but I tried to use some WinForms code and modify it but I don't know what to replace InvokeOnUiThreadIfRequired
Beta Was this translation helpful? Give feedback.
All reactions