How to store and retrieve images from VB.NET and Sql Server 2008
Naveed_786 25 Posting Whiz in Training
Recommended Answers
Jump to PostNo body has any idea about pictures in vb.net
Images in vb.net, Yes.
Images in Sql …
Jump to PostLoad image in picturebox:
Dim myCoolImage As String = "C:\vs logo.png" If IO.File.Exists(myCoolImage) Then PictureBox1.Image = Image.FromFile(myCoolImage) End If
Store it in sql server 2008:
???
Jump to PostDear It is specifically for one image how can i load multiple image in picture box.
Load multiple image in Picturebox?
Do you intend to load different images or to load multiple images as one image in a picturebox?If for different images, use a listbox/listview to display a …
All 9 Replies
Naveed_786 25 Posting Whiz in Training
codeorder 197 Nearly a Posting Virtuoso
Naveed_786 25 Posting Whiz in Training
codeorder 197 Nearly a Posting Virtuoso
Naveed_786 25 Posting Whiz in Training
bninja 0 Newbie Poster
codeorder 197 Nearly a Posting Virtuoso
Naveed_786 25 Posting Whiz in Training
Naveed_786 25 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.