c# winform窗体边框风格的设计
摘要:        
1.首先,窗体的FormBorderStyle设置成None,不要控制边框。2.然后,TransparencyKey和BackColor颜色设置成相同的,这样,窗体就透明了。3.最后,窗体的拖动private void pictureBox1_MouseMove(object sender, MouseEventArgs e){ if (e.Button == MouseButtons.Left) { this.Left += e.Location.X - this.oldX; //新的鼠标位置 t...    阅读全文
		
		posted @ 2013-07-01 15:43 Hai_阔天空 阅读(3480) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号