What is the difference between an .OCX file created in MFC or VB and a .Net control created in C#?
Is it possible to use the .Net Control in a MFC application?
I have a dialog in C# I need to use the same dialog in MFC.whether can I import the entire dialog into Mfc ,or can i save my C# application as .OCX file and use it in MFC?