I've got a program in C++, but I want to create a front end user interface for it using Visual Basic. I'm not looking for alternatives, I'm just curious, how would I do that?
Just as a basic example, lets say I have a Visual Basic form, and there are two text boxes that take strings from the user. Then the user clicks a button.
...then, I want to send these two arguments to my C++ code. After the C++ code does some stuff, I want it to return ...a string for example... back to another text box in the Visual Basic GUI.
I feel like i should know how to do this, but I have no clue. How is this done? I'd appreciate any information or links to sites with information on how to do this.
Just as a basic example, lets say I have a Visual Basic form, and there are two text boxes that take strings from the user. Then the user clicks a button.
...then, I want to send these two arguments to my C++ code. After the C++ code does some stuff, I want it to return ...a string for example... back to another text box in the Visual Basic GUI.
I feel like i should know how to do this, but I have no clue. How is this done? I'd appreciate any information or links to sites with information on how to do this.
Comment