Click here to Skip to main content
15,885,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to insert a JPEG image into an image box by browsing it from a location. I have two buttons (Browse, Insert). The images are kept as blob in access database.
Posted
Comments
Aydin Homay 15-Apr-13 0:29am    
Check it :
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/f516d1c0-aee6-4f39-b930-3d5ae874e317/

To load a picture into image control - we can use LoadPicture function.
To read images stored in database and then display in image control - we will have to use ADODB.stream readers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900