2010-11-07 291 views

回答

2

圖片框兼得ImageBackground Image物業

設置Background Image你必須設置pictureBox1.BackgroundImage=your_Image;

Image財產pictureBox1.Image=your_Image;

+0

非常感謝。如果我想使用在我的應用程序的資源文件中找到的圖像怎麼辦?我將如何以編程方式訪問它? – Smiley 2010-11-07 06:57:23

+1

namespace_name.Properties.Resources.Your_Image; – 2010-11-07 06:59:30