There are already several occasions where YouTube refuses to play nice with the WebBrowser control, but this one is really weird.
I have a form, where I have 2 panels.
One of them contains 1-n webBrowser controls, the other - a treeview that represents a folder tree on the HDD.
Now, if I have 1 webbrowser that has opened YouTube, even if it is NOT on top (so even if it is not directly visible), my treeView starts blinking like hell.
The moment I close that YouTube webBrowser object, the blinking stops.
It's the same blinking you get when you resize the form.
form.DoubleBuffered = true does not fix it.
Anybody got a clue? Google is not fruitful so far.
Edited by ronnin426850 - 9/19/12 at 6:07am
I have a form, where I have 2 panels.
One of them contains 1-n webBrowser controls, the other - a treeview that represents a folder tree on the HDD.
Now, if I have 1 webbrowser that has opened YouTube, even if it is NOT on top (so even if it is not directly visible), my treeView starts blinking like hell.
The moment I close that YouTube webBrowser object, the blinking stops.
It's the same blinking you get when you resize the form.
form.DoubleBuffered = true does not fix it.
Anybody got a clue? Google is not fruitful so far.
Edited by ronnin426850 - 9/19/12 at 6:07am






Any idea on why specifically YouTube is triggering this?


