Self made components to use...
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!