Click to See Complete Forum and Search --> : ActiveX control on .NET framework?


Beyond4G
November 6th, 2002, 10:48 AM
Hi everybody.

I'm wondering if I can write an activeX control using visual studio .NET?
What are the limitations of doing that?

Thank you.

WillemM
November 8th, 2002, 08:35 AM
activeX controls don't exist anymore in the .NET framework. But you can create windows controls libraries.
On these libraries there are no limitations known.

Beyond4G
November 8th, 2002, 10:06 AM
Hi.
Do you mean the windows controls can be used on any OS?