Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create some graphic in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00545889
Message ID:
00545899
Views:
11
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform