Z zion Oct 15, 2007 #1 Hello, How can I create a C# activex control? Do you know any simple example? Thanks
N Nicholas Paldino [.NET/C# MVP] Oct 15, 2007 #2 Zion, Short form, you can't. It's not (officially) supported by .NET.
A Alvin Bruney [MVP] Oct 17, 2007 #3 what problem are you trying to solve, perhaps if you explain a bit, you can get some good ideas to solve your problem.
what problem are you trying to solve, perhaps if you explain a bit, you can get some good ideas to solve your problem.
R Rad [Visual C# MVP] Oct 18, 2007 #4 Hello, How can I create a C# activex control? Do you know any simple example? Thanks Click to expand... By and large you should be able to do it, although you realize that all the clients using the component will require .NET installed. Here's a sample : http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx
Hello, How can I create a C# activex control? Do you know any simple example? Thanks Click to expand... By and large you should be able to do it, although you realize that all the clients using the component will require .NET installed. Here's a sample : http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx