|
I've found numerous posts asking how to capture webbrowser click events for processing by the host. My problem is the webbrowser control is not receiving the click events. Actually, it receives the first click event and then no subsequent click events.
I placed a webbrowser control on a panel control. Then I displayed a Flash player in the browser. The player controls worked as expected. Then I placed the webbrowser control in a custom user control. The player responds to the first click (e.g., pause, play, stop, move the progress slider, etc); but then it doesn't respond to any further clicks.
How do I get the player, hosted in a webbrowser control, hosted in a custom user control to respond to more than one click event? |