Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2940
Query in Show model window with blur effect
posted

Hi.. i have one application with two windows as mainwindow.xaml and another window as window1.xaml.I have placed a button in mainwindow and in that click event i have written code tomake blur effct of mainwindow. Unfortunately window1 is not coming but another infragistics page is coming.how to avoid it.How can i place our own window in click event making parent window as blur.Plz sending me a sample regarding this.... i am sending a sample in which i have done....

WpfApplication15.zip
Parents
No Data
Reply
  • 138253
    Verified Answer
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I modified the sample you sent so now it has the functionality you want. Basically I called the Window1’s ShowDialog method, which makes it modal. Also I change the opacity to the MainWindow, so it blurs. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    WpfApplication15updated.zip
Children