PictureBox或Panel里面显示form的方法

it2022-05-09  34

pictureBox或panel里面显示form的方法 Form1 f = new Form1(); f.TopLevel = false; f.FormBorderStyle=FormBorderStyle.None; this.pictureBox1.Controls.Add(f);

转载于:https://www.cnblogs.com/tuyile006/archive/2006/11/13/559432.html


最新回复(0)