Hello Michael,
I am supposed to provide an OCX for a platform that accept only embedding
OCX.
And I am supoosed to provide an image viewer that is build in .Net DLL.
I want to develop an wrapper interface of this DLL as an OCX.
I thought two different ways might be a solution.
1) Creating a .Net that outputs OCX.
2) Creating an OCX project that references .Net DLL.
The former one would be the prettiest if possible while I found no way for
the latter option to import managed .Net DLL into MFC ActiveX C++ project.
That's exactly the problem I need to find a solution for.
Thanks in advance for your support
Emrah
Michael Nemtsev said:
Hello Emrah,
What exactly u wanna get?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:
http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and
we
miss it, but that it is too low and we reach it" (c) Michelangelo
EB> Hi, is there a way to create an OCX output with C# project or any
EB> other .Net project?
EB>