d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Help Vc++ > O Fg
Add Reply New Topic New Poll
Member
Posts: 6,834
Joined: Dec 19 2007
Gold: 13,419.38
Apr 15 2014 12:09pm
I am offering 1000 fg to the person who can get my picture veiwer up to date.

Problem is I use the function

pictureBox1->Image = Image::FromFile();

But I need the image to be in the program so I can send it to a lot of people without sending the image.
Member
Posts: 1,995
Joined: Jun 28 2006
Gold: 7.41
Apr 15 2014 12:45pm
Well you can either attach the file with the programs executable or you can store the image as maybe a byte array within the program and access it like that.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll