Program in a program

I'm not too sure whether Visual C++ problems are welcome here but here goes.
I've created a GUI in visual C++ using the winforms (using MSVC10 btw) and I was wondering if there's a way to add in a separate C++ image renderer into the form at the side, where I can pass information between the two main faces.

Is there a simple form component I can add in and assign it to the .exe or .dll of this renderer?
closed account (Dy7SLyTq)
like in opengl?
I have no idea about opengl other than that's it's a seriously complicated graphics state engine
Last edited on
Topic archived. No new replies allowed.