Click to See Complete Forum and Search --> : Windows GUI Tutorial


marekzmyslowski
July 27th, 2005, 05:40 AM
Hi
I'm looking some tutorials for Windows GUI programing but not using MFC.

cppmaniac182
July 27th, 2005, 12:17 PM
Maybe a good starting point could be this tutorial: http://www.sunlightd.com/Windows/GUI/index.html

The best tutorial you can find is a book: "Programming Windows Fifth Edition - Charles Petzold - Microsoft press"

Otherwise go and search in MSDN for WinMain() function. You will need anyway to get used to MSDN if you want to program with Windows API.

Bye,