CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: OLE Automation

  1. #1
    Join Date
    Feb 2000
    Location
    Kansas
    Posts
    49

    OLE Automation

    I have a really dumb question, but I am unsure of what exactly is meant by an OLE automated object? I know what OLE mean (Object Linking Embedding) but what exactly is the automation about? And whats the difference between regular OLE objects and OLE automated objects? Also is OLE the same as an activeX control (i.e. .ocx file)? I just need a little straighting and clearification please. Thanks


  2. #2
    Join Date
    Jun 2000
    Posts
    4

    Re: OLE Automation

    OLE Automation means, that you are able to control the OLE Object out of a program which is written for instance in VB


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

Featured