If you want to build your own controls, follow Armin's advice.
If you want to use an ActiveX control that you may have used in VB6,
right-click on the Toolbox, and select Choose Items... from the menu.
Click on the COM Components tab and then click Browse to locate the ActiveX
control that you want to use. Click OK, and it will be added to your
Toolbox; .NET builds a wrapper assembly that provides the COM interface to
this control. You then use it with similar syntax to that of VB6. Note, if
the control that you just added was actually compiled in VB6, the property
Let/Get syntax is slightly altered.
Dick
--
Richard Grier, Consultant, Hard & Software 12962 West Louisiana Avenue
Lakewood, CO 80228 303-986-2179 (voice) Homepage:
www.hardandsoftware.net
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004, Revised July
2006.