What is the difference between a component and a control?
A Component does not draw itself on the form and can be placed below the form area. A control draws itself on the form and can be placed inside the form area. Also, all controls are components, but not all components are controls. In the context of .NET development, the difference between a component and … Read more