Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Paint problem
Message
From
25/11/2003 12:17:32
 
 
To
25/11/2003 07:37:54
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Miscellaneous
Thread ID:
00853218
Message ID:
00853366
Views:
18
Hi,

>>
J want to draw on the screen anything that j get from a file.
In Delphi j do this with following commands:
PaintBox.Canvas.Pixels[xz,yz]:=RGB(255,255,255)
But j don't know any corresponding box in VFP 5.
>>

Closest in native VFP would be:
_Screen.Forecolor = RGB(255,255,255)
_Screen.PSet(xz,yz)
But it's pretty laborious.....
Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform