Madas Praveen

Madas Praveen

  • NA
  • 8
  • 12.3k

How to open Model Dialogue as Popup on top of WebBrowser WPF

Feb 22 2016 3:33 AM
<Grid>
<WebBrowser ></WebBrowser>
</Grid>
Now I want to add another child to the Grid which will be shown as a PopUp.
PopUp states WPF Model Dialogue This works at another Page but when I have a WebBrowser as a child in the Grid it is not working.
Now, my Question is How can I call the Model Dialogue on the
<WebBrowser >
....
</WebBrowser>
 
Control. 
Please Suggest me for Solution.
Replies always Welcome.

Answers (1)