View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default Excel does not redraw iteself


"Mircea Pleteriu" wrote in message
...
Hi,

I'm developing a class which opens the MS Excel
and extend the context menu with a new item. When the item is clicked all

it
does is to popup a message box.
While the message box is displayed, it seems that Excel is locked up and

not
redrawing its surface until message box control returns to it, that is,
until the message box is acknowledged.

I mention that my class is not a macro. It just accesses the Excel from
within an .NET Windows Application.

Any idea why MS Excel framwork does not get repaint while the message box

is
shown?

Thanks,
Mircea



What happens if you drag the messagebox around? Will it be all white?

/Fredrik