If drPhoto.HasRows = True Then
While (drPhoto.Read() = True)
Dim i As Integer
For i = 0 To drPhoto.FieldCo unt - 1
If i = 0 Then
Dim texta As String = Convert.ToStrin g(drPhoto.GetVa lue(i))
End If
If i = 1 Then
Dim MS As System.IO.Memor yStream...
User Profile
Collapse
-
David1234 started a topic I have a picturebox that the image will change with ever record the user inquires on.in Visual BasicI have a picturebox that the image will change with ever record the user inquires on.
Last edited by Niheel; Apr 15 '12, 11:58 AM.
No activity results to display
Show More