Hi
I'm working on an legacy C++ application that runs on rugged business mobile devices made by Intermec. I need to add some functionality and would like to build it using WinForms. The idea is that users would click a button in the old app which would launch a WinForms screen. Then they do some stuff, click OK and are returned to the C++ app.
The question is, can I somehow "embed" the Winforms app inside the C++ app so that I can open a Winform as a modal dialog and pass information between the 2 applications.
Thanks very much for helping.
Cheers
Mark