Is it possible to export VB forms to C++ rather than manually rebuilding dialogs in the Visual C++ resource editor when migrating an application from VB to C++?
Printable View
Is it possible to export VB forms to C++ rather than manually rebuilding dialogs in the Visual C++ resource editor when migrating an application from VB to C++?
If you use Microsoft VC++, then it is very easy.
From Insert menu select Resource...
Then click on Import... button. Change the File Type to Visual Basic Forms (*.frm)
That's it.