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

    Automation in VB

    Hello friends,

    I have little experience with Visual Basic but I need to use it
    to create an Automation Controller (and probably some Automation Server also).
    What is the procedure of creating such COM objects with VB?

    Thanks in advance,
    KGr


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Automation in VB

    Hi

    The help files that came with VB5 / VB6 have a large section entitled 'Programming with Objects/Components' - this will give you the basics about automation using COM (and some example files are supplied on the VB5/6 CD).




    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  3. #3
    Guest

    Re: Automation in VB

    Thank you!

    KGr


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