Hi All,
I'm trying to figure out how to load the images from a resource file into a picturebox. I have searched through on this forum, but most of them are for visual basic and other programming languages, but I can't figured it out for c++.
I have added a picture into the Resources.resx file in the properties folder. I have also added an image called myimage1.png to the resources folder. I need your help because I don't know how I can get access to the Resources.res to load up the images and place the images in the picturebox when I click on the form button to change the images. Please can someone help?
Anyone who can help me with this would be much appreicate.
Thanks,
Mark



LinkBack URL
About LinkBacks



rawing::Image^>(resources->GetObject("images.jpg"));