| | Is there some special trick used in vc++ to have the controls automatically move and resize when the main dialog is resized? For example when I create a new default dialog with the resource editor, it puts and OK and Cancel button in the top right corner of the dialog. When you resize the dialog in design view they move with it so they stay in the same relative position, but when i run it, and then resize the form they stay in the same spot and the border moves farther from them. If theres a simple built in trick for it that is good, if its done through code and the resize message, then i wont really worry about it. |

