Last week, we saw how we could rearrange our window contents to avoid having the touch keyboard cover the edit control. But what if the touch keyboard covers the entire window? No amount of rearranging will help. We'll have to move our window. Let's make these changes to the DoLayout function: If there are at least 50 pixels of the edit...