anyone know of any good win32 references?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
optLog
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 18
Joined: Wed Oct 06, 2010 3:40 am

anyone know of any good win32 references?

Post by optLog »

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.
wearymemory
Chaos Rift Junior
Chaos Rift Junior
Posts: 209
Joined: Thu Feb 12, 2009 8:46 pm

Re: anyone know of any good win32 references?

Post by wearymemory »

User avatar
cypher1554R
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1124
Joined: Sun Jun 22, 2008 5:06 pm

Re: anyone know of any good win32 references?

Post by cypher1554R »

I started with http://www.winprog.org/tutorial/

For professional, up-to-date reference follow wearymemory's link (above)
optLog
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 18
Joined: Wed Oct 06, 2010 3:40 am

Re: anyone know of any good win32 references?

Post by optLog »

wearymemory I can't thank you enough.
Post Reply