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

    combining visualbasic en VC++

    I have a Vb program that creates an array,I have an VC program that analyses data. Is it possible to combine these to programs. So: I want to start the VB appl. after the array is filled it calls the c program
    When this is finished it returns to the VB program. Like a subroutine.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: combining visualbasic en VC++

    Perfectly feasible. This is actually the way to enhance performances of apps.

    Post your code, if you have any probs.

    Ravi Kiran


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