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

    Need good book on VB/VC++ COM coding

    I am a VB programmer that needs to take a VC++ program that calculates several hundred values and turn it into a COM object that will report back to the VB program for the display of the information. So, I am looking for a book (or any other info on this) that will help me understand how to create C++ COM objects that get information form at VB user interface and then report back to the VB program the answers for display to the user.
    Note: I have some limited C++ program experence.

    Thank you for ANY HELP!


  2. #2
    Join Date
    Jul 2000
    Location
    PA
    Posts
    14

    Re: Need good book on VB/VC++ COM coding


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