anyone know of any good win32 references?
Moderator: Coders of Rage
anyone know of any good win32 references?
I've spent the last few weeks trying to study win32 programming and the hardest part has been finding any useful reference material. Right now I mainly want to focus on UI objects like buttons, text fields, etc. I can usually find the correct window classes for these objects but I'm having a lot of trouble learning about how to use them. If anyone could point me in the direction of any references that go into detail about how to use these objects I'd really appreciate it.
-
- Chaos Rift Junior
- Posts: 209
- Joined: Thu Feb 12, 2009 8:46 pm
- cypher1554R
- Chaos Rift Demigod
- Posts: 1124
- Joined: Sun Jun 22, 2008 5:06 pm
Re: anyone know of any good win32 references?
I started with http://www.winprog.org/tutorial/
For professional, up-to-date reference follow wearymemory's link (above)
For professional, up-to-date reference follow wearymemory's link (above)
Re: anyone know of any good win32 references?
wearymemory I can't thank you enough.