Custom Components in the Forms Designer?

In Visual Studio 2005 C++ Express Edition I extended the ListView class through inheritance with some methods of my own to create a specific class I need repeatedly in a small project of mine. Now the new ListView-based class works fine as it's intended once I compile my project, but I can't find a way to add it to the toolbox or to get the forms designer to work with it. I really just added a few methods that make updating the specific list's content simpler, no original methods were overwritten. Is there a way to get the designer to display my own listview class?
[574 byte] By [Joltan] at [2008-2-12]
# 1
Found a solution here.
Joltan at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...