WPF Glass problem
-
Hello! I am developing a program. sometimes, i need to view something in a WebBrowser (using WindowsFormsHost or Awesomium) I want to glass somewhere of my window (in webbrowser) in winForms, I can make it black and it will glass inside browser (i think), but in WPF, I can't set a color inside webbrowser in black. So, How do I glass something in WebBrowser (using WindowsFormsHost or Awesomium) in WPF?
Regards. Mehdi Ghiasi
-
Hello! I am developing a program. sometimes, i need to view something in a WebBrowser (using WindowsFormsHost or Awesomium) I want to glass somewhere of my window (in webbrowser) in winForms, I can make it black and it will glass inside browser (i think), but in WPF, I can't set a color inside webbrowser in black. So, How do I glass something in WebBrowser (using WindowsFormsHost or Awesomium) in WPF?
Regards. Mehdi Ghiasi
A cruel suggestion will be to add a border control on top of your web browser and set the background value to black with opacity of about 60%. You will have to control the visibility of this border control from code.