Question about moving buttons in a dialog box.

Started by
0 comments, last by IndyJones 17 years, 1 month ago
Hello all, I have a question about moving buttons in a dialog box. Ok, so I have a dialog box and everything is aligned as per the template. I need a way to reposition the Ok button at the bottom when the size of the dialog box changes. I can get the dialog box to work, change the text and resize the dialog box but I do not know how to reposition the OK button inside the dialog box. It is a owner drawn button. Thank you for your help. Jeremy (grill8)
Advertisement
On Windows you can move/resize a control using the SetWindowPos function.

HTH

This topic is closed to new replies.

Advertisement