我按照此页面的说明将控件插入tableLayoutPanel。 http://goo.gl/SVKf8D
我正在使用此代码尝试添加动态图片框并设置其来源:
tableLayoutPanel1.Controls.Add(new PictureBox() { Image.FromFile(TableLayoutPanelTool.Properties.Resources.BaldGuyImage)}, 0, 0);
我无法通过这种方式将图像源插入到picturebox中。
我需要什么:一种将图像设置为我动态添加到TableLayoutview的Picturebox的方法
注意:可以直接提供源码。例如source = C:/ Projects / bin / debug