I have a "Clear" button in my program and I want to be able to clear the image that is drawn in the window's canvas control
I tried this but it didn't work Canvas1.Graphics.ClearRect 0, 0, Canvas1.width, Canvas1.height Canvas1. Graphics.backColor=RGB(255,255,255) Canvas1.Graphics.DrawRect 0,0,319,499 Here's the problem code Canvas1. Graphics.backColor=RGB(255,255,255) it says this method or property does not exist Brian Heibert http://www.heibertweb.com [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
