CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2002
    Location
    Frederick, MD
    Posts
    134

    using VB Interface with C++ code

    Hi,
    Im new to C++ and I was wondering if anyone knows if its possible to use a VB user interface with Visual C++ Code behind it? I currently have a Visual Basic form which I would like to combine with some C++ code that I have found open source so I was thinking I would have to translate all of the C++ code to VB or maybe go the other way , but Im not sure where to begin.
    Any suggestions would be apreciated
    Thanks
    Casey


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: using VB Interface with C++ code

    compile those c++ code into DLL and call it from vb.


    HTH

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

  3. #3
    Join Date
    Feb 2002
    Location
    Frederick, MD
    Posts
    134

    Re: using VB Interface with C++ code

    Thanks for your help
    Casey


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