messaging - A good source for WINAPI messages, message hierarchies, initialization routines -
does know can find resource on winapi messages?
the information on msdn has document on each message alone, global picture still foggy me.
say if override wm_nccalcsize override frame non-client area , extend client area whole window, take care of close buttons , stuff? fire hittests. in order wm_size, wm_create, wm_activate fired? there other messages points override base functionality?
every time override message wm_size, feel unsure if there no other linked messages wm_sizing have overrided well. , can't seem find document on topic.
if you're heading plain ole' windows programming, suggest take @ canonical, classical book on subject: programming windows, charles petzold.
if know it, take insight @ mfc (microsoft foundation classes), can learn lot it.
Comments
Post a Comment