Normal
I don't think you can do that. While it is easy to place an activex control on the form via AXHost because directdraw/direct3d is used it will never display as the active control will render to GDI/GDI+.It may be possible to get the handle, copy the graphics to a bitmap then display that but it's a lot of work and I imagine it will be slow.
I don't think you can do that. While it is easy to place an activex control on the form via AXHost because directdraw/direct3d is used it will never display as the active control will render to GDI/GDI+.
It may be possible to get the handle, copy the graphics to a bitmap then display that but it's a lot of work and I imagine it will be slow.