How can I create activex using c #

I want to create an ActiveX interface with two input controls (like name and address), how can I create it using C #? I have a simple Hello Hello application, but don't know how to create ActiveX with input controls ...

Is it possible to create ActiveX with input control?

+8
c # visual-studio-2013 activex
source share

No one has answered this question yet.

See similar questions:

48
How to create a COM visible class in C #?

or similar:

6155
What is the difference between string and string in C #?
3575
How to list an enumeration?
2964
How to cast int to enum?
2397
What are the correct version numbers for C #?
1786
How to create an Excel file (.XLS and .XLSX) in C # without installing Microsoft Office?
1424
How to fix "No breakpoint will be deleted at this time. No characters have been loaded for this document." a warning?
1270
Why not inherit from List <T>?
982
LINQ Distinct () for a specific property
654
If the folder does not exist, create it
437
Can an anonymous class implement an interface?

All Articles