Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/apache-kafka/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Winforms 如何创建一个模糊的背景和一个尖锐的面板内的形式?_Winforms_User Interface_Modal Dialog - Fatal编程技术网

Winforms 如何创建一个模糊的背景和一个尖锐的面板内的形式?

Winforms 如何创建一个模糊的背景和一个尖锐的面板内的形式?,winforms,user-interface,modal-dialog,Winforms,User Interface,Modal Dialog,设置窗体的不透明度时,它将影响窗体的所有子控件。现在,我需要从表单中排除我的面板 最终的目标是制作一个背景模糊的对话框。制作一个单独的对话框,并将其浮动在模糊的窗体上。这个问题被标记为重复的问题,建议在背景中使用另一个模糊的窗体,这与我的想法不完全一致(但它是有效的)。

设置窗体的不透明度时,它将影响窗体的所有子控件。现在,我需要从表单中排除我的面板


最终的目标是制作一个背景模糊的对话框。

制作一个单独的对话框,并将其浮动在模糊的窗体上。

这个问题被标记为重复的问题,建议在背景中使用另一个模糊的窗体,这与我的想法不完全一致(但它是有效的)。