Search results for query: *

  • Users: dr225
  • Content: Threads
  • Order by date
  1. D

    InvalidCastException - image from database

    Hi, I am trying to retrieve an image from the SQL database to my form (VB.NET) on a Picturebox. See code below: Private Sub BtnRetrieve_Click(sender As Object, e As EventArgs) Handles BtnRetrieve.Click Dim conn As SqlConnection = GetDbConnection() Dim command As New...
Back
Top