Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Webbrowser control not receiving clicks
 

Webbrowser control not receiving clicks

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?
Netwalker  Wednesday, April 15, 2009 7:05 PM
I got it to work. I was using an older version of the JW FLV Media Player; I installed the current4.4 version and all is working now. So, it was a player problem and not a webbrowser control problem.
Netwalker  Thursday, April 16, 2009 3:44 AM
I got it to work. I was using an older version of the JW FLV Media Player; I installed the current4.4 version and all is working now. So, it was a player problem and not a webbrowser control problem.
Netwalker  Thursday, April 16, 2009 3:44 AM

You can use google to search for other answers

Custom Search

More Threads

• Sharing classes between projects in a solution in Visual Studio Express Edition
• CreateTransaction or use a temporary object during object creation?
• Designer dont show Form after namespace change
• Mouse Cursor on UserControl in Design Mode
• Help with ListView in VC++ 2005
• VS form designer eats up lots of disk space...
• Embedded control problem
• Removing (Disabling) the veritical scrollbar in a listbox
• Visual Studio 2005 Forms Designer Bugs
• UserControl serializing embedded classes