Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create some graphic in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00545889
Message ID:
00545899
Vues:
16
>Hi All,
>
>I need to create some graphic in VFP and save it to disk as GIF image.
>It should have next features:
>Ability to draw point, line, oval, rectangle with different pen style.
>Ability to fill some region with different brush style.
>
>Any idea is appreciated
>
>Regards,
>
>Doron

You could just use paint:
oWsh = CREATEOBJECT( "Wscript.Shell" )
oWsh.Run( "mspaint" )
oWsh = NULL
RELEASE oWsh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform