you may be able to redraw the specific rectangle using api calls but it would be easier in my opinion to use a modeless form that you display while the processing occurs and put any required messages onto that (you can use the repaint method of the form as required).
Bookmarks