What are the differences between Control(Component)
and Object
Printable View
What are the differences between Control(Component)
and Object
A control is a specific kind of object technically, like all controls are objects but not all objects are controls. Did I confuse you enough?
Ok a control is things like the textbox, combobox, Listview usually developed into ocx files, whereas objects are usually from class modules and/or activeX dlls and exes.
Or more directly controls are objects with a graphical interface and 'objects' in general don't have graphical interfaces.