I was trying to create 2 listboxes that scrolled together that showed me how to create a new class (SyncListBox) which inherited from ListBox.
I created the class in my project and it looks fine but I can't figure out how to get it on my form. This new class (component) isn't in the toolbox so I can't drag it to the form.
How do I add it to my form?
I am using VS 2010.
Thanks,
Tom
I created the class in my project and it looks fine but I can't figure out how to get it on my form. This new class (component) isn't in the toolbox so I can't drag it to the form.
How do I add it to my form?
I am using VS 2010.
Thanks,
Tom