Windows form application using C++ in visual c++ [closed]
I have to do a project in windows form application in visual c++ 2008.I have to write codings in c++ in .h files.Can anyone tell me which resource h开发者_开发百科elpful to learn more about windows form application.
Thanks in advance.
See these tutorials:
How to: Create a Windows Forms Application
If you are just looking for a tutorial to create a Windows application using c++ then see this:
Windows API Tutorial
And a comprehensive tutorial on: Win32 Programming
You'll find theForger's Win32 API tutorial simple to follow (with downloadable code), and its made specifically with visual studio in mind (iirc it doesn't not use MFC or the design mode, as its based off express edition features of VS).
精彩评论