Page 1 of 1

Modal Dialog

PostPosted: Wed Nov 14, 2018 5:22 am
by shamwairock1234
Hello,

I had embedded CEF in my WPF app.
I wanted to have pop-up dialog that totally blocking the WPF application.

For instance, user click a button in my browser container and a pop-up dialog is shown,
then the user is not able to click any other controls in the WPF app.

How can I accomplish that? Where can I start looking?

Thanks