P
Phil
Hi,
Has anybody experienced severe slow-down with the drawing speed of
WinForms? It's not fast at the best of time, but the particular
scenario I am having problems with is via COM interop and Excel.
The structure is:
Excel VBA macro
|
V
instantiate and call a COM wrapper class exposed
by my assembly using ComVisible(true)
|
V
Wrapper class instantiates the WinForm
and displays it
The forms don't do anything special, they contain maybe 10-20
controls, including one or two grids, but you can sit there and watch
them paint themselves control-by-control.
I am using data binding, if that helps.
Any help to fix this will be very gratefully received, but even if you
have experienced something similar please reply so that I know I am
not alone!
Has anybody experienced severe slow-down with the drawing speed of
WinForms? It's not fast at the best of time, but the particular
scenario I am having problems with is via COM interop and Excel.
The structure is:
Excel VBA macro
|
V
instantiate and call a COM wrapper class exposed
by my assembly using ComVisible(true)
|
V
Wrapper class instantiates the WinForm
and displays it
The forms don't do anything special, they contain maybe 10-20
controls, including one or two grids, but you can sit there and watch
them paint themselves control-by-control.
I am using data binding, if that helps.
Any help to fix this will be very gratefully received, but even if you
have experienced something similar please reply so that I know I am
not alone!