Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion from VFP image object to .NET
Message
De
13/04/2006 14:14:45
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Conversion from VFP image object to .NET
Divers
Thread ID:
01113552
Message ID:
01113552
Vues:
64
I have this VFP code that I need to translate in VB.NET:
loImage=CREATEOBJECT('Image')
IF TYPE('tcFat')<>'C'
   loImage.Picture=gcGraphicFat+JUSTFNAME(tcImage)
   ELSE
   loImage.Picture=tcFat+JUSTFNAME(tcImage)
ENDIF
lcHtml=lcHtml+' WIDTH='+ALLTRIM(STR(loImage.Width))
lcHtml=lcHtml+' HEIGHT='+ALLTRIM(STR(loImage.Height))
Is there someone who would know how to do it?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform