I found this excellent video on one of Microsoft's websites: http://msdn.microsoft.com/en-us/ff728575
I'm really just wondering how to organize the window procedures for my Dialogs/Buttons/etc.
Would one normally after creating a dialog throw the window procedure into a new file? I don't like tiny bits of code in different files, so I decided to ask for another opinion.
As far as using Win32 goes, what does one need to know program code organization-wise?