Good thing I'm replying nearly one full year later, huh? lol sorry about that but I'm not much of a forums lurker!
Most developers already have a Custom Tab in the VS Designer toolbox and will already know how to add this (and other) control to it...so I'll proceed as though you do not and we'll create one.
1) Download the Zip found in the first message of this thread.
2) Extract the files in whatever folder you require (I put mine at s:\components\<dir name>)
3) Open any form in the Designer and display the Toolbox.
4) Right click and select 'Add Tab.'
5) Give that tab an appropriate name.
6) Make sure the new tab is "expanded" (it will be by default after you just create it)
7) Right click on the tab (either the tab header or the space...) and select 'Choose Items...'
8) When the "Choose Toolbox Items" dialog box appears, click the 'Browse...' button in the lower-right corner.
9) Navigate to the .DLL you extracted and click on the .DLL
10) Click 'Open' then click 'Ok'
This will add all controls found in the .DLL to the tab you just created. Now you can click and drag them onto your forms like any other control found in the IDE.