Read a picture from Access DB into PictureBox

前端 未结 5 1855
情深已故
情深已故 2021-01-20 17:33

I have been trying to read a picture saved in Access DB as a OLE object in a PictureBox in a C# windows Application.

The code that does this is presented below:

5条回答
  •  臣服心动
    2021-01-20 18:15

    Do a google search for AccessHdr. You'll find references to AccessHdr.cpp and AccessHdr.h. These will illustrate what is need to extract the streams without the header.

提交回复
热议问题