How would you erase a line drawn using the form.Line function? Or is it even possible??
Printable View
How would you erase a line drawn using the form.Line function? Or is it even possible??
To erase a single line, you can just draw another line at the same coordinates using the forms backcolor. To erase all the lines, just call Me.Refresh
:)