PDA

Click to See Complete Forum and Search --> : Calling VB from C++ and vice versa


Yatta
Apr 20th, 2009, 08:02 AM
I am working on a project that has to include 2 Visual Studio languages. I already have all my content coded in VB but I have a login dialog window coded in C++.

I need to have the C++ dialog window open the VB solution when user enters correct ID and password.

The later in my VB solution I need to go from VB to another C++ dialog window.

Any suggestions? or good website tutorials?