Hi,

I am quite a novice at programming in general, but have taken it upon
myself to help my boss with a project of his. He developed an MFC
dialog application (non-managed i believe) and wants me to incorporate
it into a reporting tool I am developing with Crystal Reports. I am
using MS Visual Studio 2005, which I found Crystal Reports to be highly
integratable(sp?) with Windows Forms development, so that is what I
have been using.

Now the MFC dialog application i would like to integrate merely updates
and queries a sql database, and I am trying to get it to load within an
MDI i developed. What is the best way to accomplish this with
preserving as much of the original code as possible?

Any suggestions or helpful links would be greatly appreciative. Thanks:)