Hi all,
I am upgrading from VB6 and started working with VB.Net (VS2005). One problem I have was controls avilable in VB.Net. I can use a slider bar in VB6, but couldn't find any quivalent in VB.net(.Net Framework Components)!! I don't know why

I can choose one in COM components, but these requires project generated DLL's to run. I want to distribute just the executable.

My questions are:
Is there any slider bar in VB.Net Framework Components?
If there is none, Can I use COM component and bundle everything into one Executable??

Also is it possible a list of controls in .Net as I find in vb6: http://support.microsoft.com/kb/194784 ???

many thanks in advance
Smartsarath2003