1
Answer

Self made components to use...

sleggbengt

sleggbengt

20y
1.9k
1
I'm wondering how to make your own components in C# graphically, which you can use for building e.g. a Form. In C++ this was possible to do by creating an ActiveX component, which was added into the component list. How is this done in C#? Anyone? Thanks!
Answers (1)
0
Giovanni Bejarasco

Giovanni Bejarasco

NA 34 0 20y
I'm not sure what you really mean by "graphically." I think this question is more on IDE's. In VS.NET, start any project. Once you have a project, right click it in the Solution Explorer. Select Add Components. Name the file and the new component. After that. the new component will be added to the solution explorer.