C# dialog form with blur background

后端 未结 2 1247
醉酒成梦
醉酒成梦 2021-02-09 03:03

Good afternoon,

Just a simple question. Is it possible to make a parent form blurry while you show a new dialog form in winforms? if it\'s not possible by default, are t

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 03:13

    this can be achieved through Ajax Modal pop-up extender. which automatically creates a blur background forma. you have to add ajax extender.

    i have created a login dialog with help of this on a website. you have to add ajax control toolkit for that
    hope this helps.. try out this link http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/modalpopup/modalpopup.aspx

提交回复
热议问题