Control content in one webBrowser control from another...
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to control the content in one webBrowser control from another webBrowser control in a different window? I want to have HTML in one, then by clicking, or doing something in there, control or modify, or whatever, the content in the other window's webBrowser control. I would assume that the content being controlled would need to be in an owned window... Any thoughts? Thanks...