From 3af89507ca43f349af98afc38c8961cdb8a66fdc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 30 Apr 2014 15:07:07 -0400 Subject: [PATCH] More future plans. --- futureplans.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/futureplans.md b/futureplans.md index 58879e3..9b3a87e 100644 --- a/futureplans.md +++ b/futureplans.md @@ -365,6 +365,8 @@ TODO SORT - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/06/405827.aspx - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/07/406012.aspx - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/08/406509.aspx +- dialog templates, especially dynamic generation of them + - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/29/412577.aspx interesting things - low-tech models http://blogs.msdn.com/b/oldnewthing/archive/2003/10/07/55202.aspx @@ -474,6 +476,10 @@ interesting things - on hInstance in CreateWindow()/RegisterClass() http://blogs.msdn.com/b/oldnewthing/archive/2005/04/18/409205.aspx - on the DC brush (useful for drawing controls) http://blogs.msdn.com/b/oldnewthing/archive/2005/04/20/410031.aspx - the new scratch program (probably want to move to the top list if it proves useful enough) http://blogs.msdn.com/b/oldnewthing/archive/2005/04/22/410773.aspx +- thread messages: + - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/26/412116.aspx + - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/27/412565.aspx + - http://blogs.msdn.com/b/oldnewthing/archive/2005/04/28/412574.aspx (doubles as one on message filters) articles on time - http://blogs.msdn.com/b/oldnewthing/archive/2004/02/26/80492.aspx @@ -484,4 +490,4 @@ articles on time up to http://blogs.msdn.com/b/oldnewthing/default.aspx?PageIndex=347 -last one: Thread messages are eaten by modal loops +last one: Building a dialog template at run-time