COM interop
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have the following problem and I would appreciate any help on it. I want to create an OCX in unmanaged side and I would like to use/access a .NET component from it. Say the component want to access is a .NET control like a grid. Don't I need to specify to transfer the information about the parent window of the gridcontrol, which is my ActiveX window? How can I do this? How can I pass a window handle to the gridcontrol? Please help. Thanks a lot.