vnarod Posted March 25, 2003 Posted March 25, 2003 I had a cascading error and was getting message boxes with errors in a cascade mode, i.e. each one moved down and right from previous. I have fixed the error, but non ALL message boxes are shown in lower right corner instead of center. Reboot didn't help. How to reset it so that boxes are in the center again? Quote
*Experts* Bucky Posted March 26, 2003 *Experts* Posted March 26, 2003 When you call MessageBox.Show, pass the form you're calling to one of the overloaded methods (it's the first parameter). That way, the box will always show in the center of the form, I'm fairly sure. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
vnarod Posted March 26, 2003 Author Posted March 26, 2003 But it should be in the center by default! I am sure, somewhere in registry or somewhere else there is now an entry that makes it appear in the corner. But where??? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.