trichview.support
Re: change a picture inside richview |
Author |
Message |
Sergey Tkachenko |
Posted: 11/16/2004 14:31:49 Call rv.GetItemClientCoords to get image coordinates (for images in cells, you need to call cell.GetItemClientCoords). Create TRect = (Left, Top, Left+ImageWidth,Top+ImageHeight). Call InvalidateRect(RichView.Handle, Rect, False); |
Powered by ABC Amber Outlook Express Converter