sameepsheth
July 14th, 2006, 02:54 PM
hello,
I have been programming in C++ for a while, but I never created an MFC application, or WIN32 api.... if there is any difference in them please let me know.
I had a need to make a GUI, so I made a form using C# (just randomly picked it) and wrote a library using C# as well that I use in my form.
Now there is a need to combine this form in a MFC application.... written by someone else... He wants me to provide him with a way so that he can integrate my C# form in his MFC application.... is there a way to do it? if so How do I pass some outputs (ex some strings) from my C# form to his MFC form?
any help would be greatly appricated.
thx
Sameep
I have been programming in C++ for a while, but I never created an MFC application, or WIN32 api.... if there is any difference in them please let me know.
I had a need to make a GUI, so I made a form using C# (just randomly picked it) and wrote a library using C# as well that I use in my form.
Now there is a need to combine this form in a MFC application.... written by someone else... He wants me to provide him with a way so that he can integrate my C# form in his MFC application.... is there a way to do it? if so How do I pass some outputs (ex some strings) from my C# form to his MFC form?
any help would be greatly appricated.
thx
Sameep