Visual Studio Resources Editor undoubtedly contains valuable set of tools that help when creating UI for MFC applications, especially various dialogue boxes and graphic elements.
I have reasons to stay with non-managed C++, which mean staying without the usage of Windows Forms. I therefore got an idea, if it is possible to use resources created with VS2012 Resources Editor in non-managed C++ while creating non-MFC applications.
- How to refer to the GUI elements from within my non-managed C++ code?
- can I completely abandon MFC structure and use my own C++ design?
- Would you know about any good tutorial that covers this? I searched on the net and tried YouTube too, but I did not find suitable example covering this question.
I use:
- Visual Studio 2012 Ultimate
- Windows 7 x64
- non-managed C++
Thank you.