To use the example code, you will need to add a property to the window
(Pic
as Picture) and then add the following code to the paint event of the
canvas
control:
if pic <> nil then
g.DrawPicture pic,0,0
end if
--
Geoff Perlman
President & CEO
REAL Software, Inc.
http://www.realsoftware.com
mailto:geoff at realsoftware dot com
Phone: 512-263-1233 x711
Fax: 512-263-1441
- - - - - - - - - -
Got a useful tip to share? Send it to us at:
REALbasic-tips at lists dot realsoftware dot com dot
For list commands, send "Help" in the body of a message to
<requests at lists dot realsoftware dot com>
|