[EMAIL PROTECTED] wrote: > Thanks, I figured out how to do it with WinDrawChar. > > Now for the follow up question. If I draw one character a time, drawing > several lines of text in the end, what is the simplest way of erasing all the > text later? > > Right now I am not keeping track of the characters being drawn (they are > drawn as they are generated), but I probably could if that helped. Is there > some easier way maybe just drawing a solid rectangle over it in the > background color? Or is there some erase text function that would work? > > Thanks. >
most simple way would be to erase rectangle with WinEraseRectangle (it will fill rectangle with background color) -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
