Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying general vfp field in c#
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01321933
Message ID:
01321975
Vues:
18
>>This should compile but I don't know if it will work.
byte[] ba = (byte[])Tables.Tables["company"].Rows[0]["Image"];
MemoryStream stream = new MemoryStream(ba);
this.pictureBox1.Image = new Bitmap(stream); -->this line is generating error, it compiles but when running error: parameter is not valid...
do you know something about it?
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform