Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting SQL Image field into a picture box
Message
De
30/07/2004 13:10:18
 
 
À
30/07/2004 11:44:00
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00929639
Message ID:
00929699
Vues:
7
I found some C code on Google I was able to translate into VB:

Dim ms As New MemoryStream
ms.Write(rowCli("PICTURE"), 0, rowCli("PICTURE").Length)
Dim imager As New Bitmap(ms)
ms.Close()
Me.PictureBox1.Image = imager
Randy Hersom
President, Habilitation Software Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform