MFC with Windows Form App (.NET) like controls
-
hello, today i tried to create a program- a new project. i tried with Managed C++, Windows Form Application (.NET), i even checked on Delphi. but, at the end, i found out MFC is really the best solution for a project i would create since i worked in MFC before. i would really like to know if there is an option to get Windows Form Application controls working in mfc. For example: i would like to add to my application imagelist, then i would like to add 32bit ico and png files into it. the main reason is actually, that the default MFC support only 256 colors - BMP images and lowcolored ICO files. but i really want for my program to look as good as possible! any ideas how to do that? thanks for all the info guys and gals ;)
-
hello, today i tried to create a program- a new project. i tried with Managed C++, Windows Form Application (.NET), i even checked on Delphi. but, at the end, i found out MFC is really the best solution for a project i would create since i worked in MFC before. i would really like to know if there is an option to get Windows Form Application controls working in mfc. For example: i would like to add to my application imagelist, then i would like to add 32bit ico and png files into it. the main reason is actually, that the default MFC support only 256 colors - BMP images and lowcolored ICO files. but i really want for my program to look as good as possible! any ideas how to do that? thanks for all the info guys and gals ;)
lordgreg wrote: i would like to add to my application imagelist, then i would like to add 32bit ico and png files into it. Google will give you heaps of hits on solutions to this problem. I don't recall what they are, but I was doing this with help from the web 6 years ago. Christian Graus - Microsoft MVP - C++