Kbase P141198: How to use ActiveX control in GUI for .NET form
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/18/2009 |
|
Status: Verified
GOAL:
How to use ActiveX control in GUI for .NET form
GOAL:
How to use OCX in 10.2A GUI for .NET form
GOAL:
How to use DLL in 10.2A GUI for .NET form
FACT(s) (Environment):
Windows
OpenEdge 10.2A
FIX:
ActiveX controls are not supported directly in OpenEdge GUI for .NET. Depending on the particular control and on the functionality required, it may be possible to use an existing ActiveX control in a .NET form by one of two means:
Wrap the control in an ABL window embedded in a WindowContainer control.
Create a COM Interop wrapper class for the control.
For information on each of these approaches, see References to Written Documentation.