Results 1 to 2 of 2

Thread: Controls

  1. #1
    rhodes
    Guest

    Controls

    What are the differences between Control(Component)
    and Object

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width