user interface - How do I create a non managed Windows GUI in Visual C++? -
When I am creating a 'windows form application', the resultant program is managed by creating a 'win32 application' one The original happens in one, but when I try to add a form, I am informed that if I continue, this project will be converted to CLI. How do I design a native Windows GUI with Visual C ++ 2008 Express Edition? I'm probably very silly here, but I can not understand it.
Coppey as Reed will be the "default" way of creating native civilian GUI on the MFC Windows platform. However, MFC is not included with the Visual Studio Express. Consequently, you will either need to upgrade to the full version or you can view independently using the available C ++ GUI library.
There is also a GUI editor if you want it.
You can go directly to the "bare metal" and code on the Win32 API, maybe some help but you will enter the world of pain;)
Comments
Post a Comment