Jesper,
You would want to derive from the Control class in this case.
I don't know if that is exactly what you want, I get the feeling that
you are looking for tools as well to help you build your control? If that
is the case, there isn't much in VS.NET to help you with this. Because you
are building your control from the ground up, you have to handle everything,
like painting, response to mouse input, keyboard input, etc, etc.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Jesper, Denmark" <(E-Mail Removed)> wrote in message
news:E07BD747-E09B-4711-8378-(E-Mail Removed)...
> Hi,
>
> I would like to build my own controls from the ground up. Just as if the
> Combobox didn't excist and I wanted to create this 'new control' with all
> is
> glorious functionality. Is there a technology used for this purpose in
> .net.
>
> Regards
> Jesper.