: I'm trying, but I can't figure out how to create a Window in VC++ 6.0 : : I've found like 3 different 'demonstrations' of source code, but none of them compile. : : Can anyone help me get started on the road to learning Windows Programming? :
Look up RegisterClassEx() and CreateWindowEx() in the win32api. iirc CodeProject requires you to signup&login to be able to download any "demo project" to prevent abusing their "limited resources"..
Comments
:
: I've found like 3 different 'demonstrations' of source code, but none of them compile.
:
: Can anyone help me get started on the road to learning Windows Programming?
:
http://www.codeproject.com/dialog/
iirc CodeProject requires you to signup&login to be able to download any "demo project"
to prevent abusing their "limited resources"..