[Migrated content. Thread originally posted on 01 September 2011]
Hello,I am trying to improve performance of one of my programs that is using several visual ActiveX controls, in a thin client environment. I am loading a blank control, and adjusting all of the properties of the control at run time, as AcuBench does not expose all of the control's properties during design time. This is what is slowing down the execution of the program. So, what I'd like to do is load these ActiveX controls once, adjust the appropriate properties, then use a saved external handle/instance of the control to display it if the program is called a second time. Is there a way to accomplish this? Or if not, can anyone explain to me how to get AcuBench to expose all of the properties of the control to me at design time? The control we're using is the CodeJock CommandBars control.
Thanks
