方法1: pictureBox1.Controls.Add(lable1);  

 //或 this.label1.Parent=pictureBox1;

  lable1.BackColor=Color.Transparent;  
方法2:lable1.BackColor=(label标签所在容器的背景色); 

相关文章:

  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-11-20
  • 2021-09-03
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2021-06-12
  • 2021-10-09
  • 2022-02-23
  • 2021-12-26
  • 2022-12-23
  • 2021-07-28
相关资源
相似解决方案