Not sure if the subject makes sense. But what I want to do is create a
Custom Control (UserControl) that basicly is just a grouping of text boxes,
and other standard stuff. And then have the ability to place a listview like
control onto a form, and add My custom controls to it... I'm more or less
trying to duplicate the Contacts list in Outlook.
My frist thought was to use the ListBox control and add my custom controls
to it, which doesn't cause any errors, but the ListBox show the
GetType.ToString, instead of actually drawing the control.
I tried to find something like this on the web, but had no luck. Maybe
somebody has run across it in the past though. Also if this isn't the best
way to do this I'm open to suggestions.
Thanks
.. : Kyle : .
|