Click here to Skip to main content
15,912,021 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi.

Is there any article or tutorial on how to use Mysql image blob and how will it connect to a picture box? Application written on vb.net (WPF form)


Thanks :)
Posted
Comments
[no name] 28-Aug-13 8:54am    
So what, specifically, is it that you want to know? How to get an image from MySQL? How to assign an image to a picturebox? How to convert a byte array to memorystream? How to do a google search?

1 solution

If it's a forms app, you get the data in to a stream and use Bitmap.FromStream to construct the bitmap.
 
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