Using C# controls in MFC
-
Is it possible to use C# controls in a MFC Dialog based application. I have a C# control of a fancy button, and want to add this button on the MFC Dialog. Any help in this context will be much appreciated. Regards
-
Is it possible to use C# controls in a MFC Dialog based application. I have a C# control of a fancy button, and want to add this button on the MFC Dialog. Any help in this context will be much appreciated. Regards
Yes it is, and there's several articles about doing that here on CodeProject. Just search. Also, a couple of the CodeProject denizens have just completed a book all about using .NET controls in MFC. See http://www.amazon.com/exec/obidos/tg/detail/-/032117352X/qid=1079016375/sr=8-1/ref=pd_ka_1/102-2325132-6195328?v=glance&s=books&n=507846[^] for more information. I know both these guys by reputation so I know this should be a good book! You can also find more information on MSDN[^].
Microsoft MVP, Visual C# My Articles