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:
00545907
Views:
11
Hi John,

Is that possible to create circles and other in hidden mode based
on certain size of object. Object could be let's say 200x100 pixels and
I need to cover that.

Thanks,

Doron

>>
>>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