Can I change the default position of OK button when calling AfxMessageBox function, by default it is on center.
Thanks,
Mushq
Printable View
Can I change the default position of OK button when calling AfxMessageBox function, by default it is on center.
Thanks,
Mushq
Perhaps ideas here would help?
http://www.codeguru.com/cpp/w-p/win3...le.php/c14605/
I think it is not possible without having script code for that dialog box.........
Thanks,
Basavaraj
AfxMessageBox is the standard box. I don't think it' meant to be altered. It's easier to create your own messagebox.
What is the difference between AfxMessageBox and MessageBox derived from CFrame ?
Thanks.