|
-
Apr 15th, 2002, 08:37 PM
#1
Controls
What are the differences between Control(Component)
and Object
-
Apr 15th, 2002, 09:45 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|