| | |
Insert image into datagridview
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
I have created an image column in my datagridview and want to populate the grid based on the result of a database query. I'm able to pull the data from the database and populate the fields fine, but the image column where I want to display the image shows a broken image, this is the code I'm using:
I'm using the full path to the images, shortened here because of longtail location.
vb Syntax (Toggle Plain Text)
Dim thispri As Bitmap Do While SQLdr.Read() 'Build Grid Data If (SQLdr("priority") = "high") Then thispri = New Bitmap("C:\VB...\hpri.bmp") ElseIf (SQLdr("priority") = "medium") Then thispri = New Bitmap("C:\VB...\mpri.bmp") ElseIf (SQLdr("priority") = "low") Then thispri = New Bitmap("C:\VB...\lpri.bmp") End If mainData.Rows.Add(...) End While
I'm using the full path to the images, shortened here because of longtail location.
Always do what you wish you could..
![]() |
Similar Threads
- Image in DataGridView (C#)
- How to insert image in directory using mySQL (PHP)
- How to insert image in MySQL....... (PHP)
- how to insert an image as the flash background (Graphics and Multimedia)
- insert image into mysql (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: Returning a Generic List
- Next Thread: limit forms open through MDI to 1
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access add advanced application array basic beginner browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic eclipse employees excel exists filter forms function html images lib listview map mobile module msaccess mysql net number open page pan panel pdf picturebox picturebox2 port position print printing printpreview problem read regex reuse right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver storedprocedure textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vb2008 vba vbnet vista visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode xml year





