So I want to move a control from a dialog box to some position and then move it back to it's initial position but, how do I get it's initial position? I tried ScreenToClient, MapWindowPoints, etc with no sucess. The first movement I know how to do, its going to be at the dialog's .left and .top.

Thanks.