After a bunch of reading this afternoon, and not getting any tangible results. Is it possible to host a windows forms dialog inside of a MFC application that is still being developed using VC6.
The issue arises is that we have a large application that has never been upgraded with the new Visual Studios because VC6 always worked. Now we need to add some of the C# functionality in it. I am unable to do the /clr option as our project consists entirely of unmanaged C++. I did a search for "CWinFormsControl" within all our libraries/headers and didn't come up with anything. I am unsure what to try next.
Also, forgive any ignorance as I am doing research and new to this depth of programming.
I have checked the following articles:
- http://msdn.microsoft.com/en-us/library/676cbawx(v=vs.100).aspx
- http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/97fddc35-e94d-4587-8be0-0b573185eb63/
- http://msdn.microsoft.com/en-us/library/ahdd1h97(v=vs.80).aspx
- http://www.functionx.com/visualc/Lesson04.htm
- http://social.msdn.microsoft.com/Forums/sk/vcgeneral/thread/c38db22e-cf61-4b47-bcc8-e6202c40d1b5