将下面的代码放到你的窗口中即可,哈哈!
protected override CreateParams CreateParams
{
get
{
CreateParams cp = base.CreateParams;
cp.ExStyle |= 0x02000000;
return cp;
}
}
原文地址:http://www.cnblogs.com/swtool/p/3832414.html