ActiveX control - visual C++
-
I'm using visual C++ .NET, and I'd like to make an ActiveX control for on a website, but I fail to find how to do it.. Sure you have many sites on how to us vb.NET and C# into a control for a website (such as, say; windows update), but I can't find a *manual* that says how to do it in vc++ .NET. I know it's something with making an assembly, but.. that's all i have now.. an empry assembly.. Any help is much appreciated, Michael
-
I'm using visual C++ .NET, and I'd like to make an ActiveX control for on a website, but I fail to find how to do it.. Sure you have many sites on how to us vb.NET and C# into a control for a website (such as, say; windows update), but I can't find a *manual* that says how to do it in vc++ .NET. I know it's something with making an assembly, but.. that's all i have now.. an empry assembly.. Any help is much appreciated, Michael
It's actually alot easier than you would suspect. There is a utility that is included with the .NET Framework SDK, called: AxImp.exe This converts your ActiveX control into a .NET assembly.