标签:dia 知识 obj 图片 运用 send com dialog his
实现效果:

知识运用:
将窗体的FormBorderStyle属性设置为FormBorderStyle.FixedDialog枚举值实现
实现代码:
private void button1_Click(object sender, EventArgs e)
{
this.FormBorderStyle = FormBorderStyle.FixedDialog;
}
标签:dia 知识 obj 图片 运用 send com dialog his
原文地址:https://www.cnblogs.com/feiyucha/p/10099910.html