View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] virgile888@gmail.com is offline
external usenet poster
 
Posts: 1
Default .NET Custom Control not redrawing when inserted as OleObject in Excel

Hi,
I created a .NET Windows Custom control and made it visible to COM.
I can insert this control in a Excel Worksheet and have VBA macros
interact with it fine, but the control will not redraw itself.
I tried to explicitely call the Invalidate, Update and Refresh methods
of the .NET control, it just won't redraw itself.

Thanks for any help
Virgile