Data link (free download) : https://download.csdn.net/download/Dust_Evc/16675902
After tried to introduce the method of online or failure (main body the following code), so please, help!
FileStream ReadStream=new FileStream (openFile. The FileName, FileMode. Open, FileAccess. Read);
Byte [] data=https://bbs.csdn.net/topics/new byte [ReadStream Length];
ReadStream. Read (data, 0, the data Length);
//reads the data into the picture
MemoryStream bs=new MemoryStream (data);
PictureBox1. Image=Image. FromStream (bs);
Or: pictureBox1. Image=new Bitmap (bs);
ReadStream. Close ();
WriteStream. Close ();
CodePudding user response:
Unable to download, tip need to download code, you put baidu network locationCodePudding user response:
Link: https://pan.baidu.com/s/1Ae5oAo4t7nyOIAEGZbBXnQThe extracted code: 9958
Ok, first question in BBS, thanks to the great god help!
CodePudding user response: