It should be noted that exporting Active X controls from .NET is NOT
supported, and probably not a good idea.
If the requirement is to develop an Active X control, then you should do
it in an unmanged environment, like C++, or VB, or at least, use those
technologies as the entry point (to implement all the interfaces required
for ActiveX controls) and interop with .NET.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Michael Nemtsev said:
Hello Fab,
http://www.google.com/search?q=C#+activex
btw, your can embed the user control the same way as activeX
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=187
---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog:
http://devkids.blogspot.com/
"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
F> Hi,
F> F> I have never created an activeX. I have to code one in C#, which
F> tools/
F> softwares do I need ?
F> Thanks,
F> Fab