CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    737

    Sample COM Components for VB

    Does anyone have any good sample on COM component implementation... not ATL... just normal COM implementation that implement activeX event... so that vb can use it, thanks.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

  2. #2
    Join Date
    Oct 2000
    Location
    Dublin, Ireland
    Posts
    191

    Re: Sample COM Components for VB

    Normal....hm,...that would be MFC implementation of ActiveX, i guess, because otherwise creating an ActiveX using raw COM API is overwhelming and doesn't really pass for Normal. If you're not against MFC, then just use the ActiveX wizard to generate one for you.

    Good luck,


    Regards,
    Vitaly Tomilov

    [email protected]
    Regards,
    Vitaly

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