Click to See Complete Forum and Search --> : About PictureBox


InternationScape
August 2nd, 2006, 03:03 AM
I'm a newer of VC++.Net,
I have some ICON in resoure,
Now i want to display them in a pictureBox,
so how should i do?

Sahir
August 11th, 2006, 02:55 AM
Image^ img = gcnew Bitmap("<path>\\yourIconFile.ico");
pictureBox1->Image = img;