winforms - Popup window in C#.net -
how popup child form when click button. want child winform in centre of screen , whole background screen should blurred. , small close button should visible in right corner of form. have searched web found nothing.
using winforms.
make new windows form. has close button default. set default position center screen. on button click.
lets new form form2
form2 frm = new form2(); frm.showdialog(); it not make rest of screen blurred user not able it.
for blurry effect workaround has been posted here
Comments
Post a Comment