How to create an invisible container for ActiveX control to work.

  • Thread starter Thread starter nithin.papdeja
  • Start date Start date
N

nithin.papdeja

Hi all,

I have an ActiveX control(.ocx).For that Activex control to work i
need a container.

The container should be an invisible window. This window must not be
visible. Activex control is created dynamically

in this window during initialization.

can someone please suggest some solution or some links for this

Thanks in advance,
Nithin
 
Hi all,

I have an ActiveX control(.ocx).For that Activex control to work i
need a container.

The container should be an invisible window. This window must not be
visible. Activex control is created dynamically

in this window during initialization.

can someone please suggest some solution or some links for this

Form.Hide() ?
 
Back
Top