How may I add a "size grip" to the bottom-right corner of my window? And what is the standard method of resizing a window and re-positioning/resizing its controls?
As usual, a search for this on MSDN yields everything BUT basic win32 API solutions.

So far, I am planning on catching the WM_SIZING notification and updating each control based on the new client rect. Is this the standard way of doing things? Also, I am able to get the resize mouse icon with the WS_SIZEBOX style, but still no size grip icon.