2013年10月22日
摘要: 方法1:pictureBox1.Controls.Add(lable1);//或this.label1.Parent=pictureBox1; lable1.BackColor=Color.Transparent;方法2:lable1.BackColor=(label标签所在容器的背景色); 阅读全文
posted @ 2013-10-22 09:43 NLazyo 阅读(188) 评论(0) 推荐(0) 编辑