D
_dee
Not a critical problem, just annoying:
Normally I use :
this.StartPosition = FormStartPosition.CenterParent;
in the constructor of a dialog to make sure it doesn't show up in the
corner of the screen somewhere. But sometimes it doesn't work. I
suspect that it interacts with another property.
I've also tried setting via the Property Page...same result: The
position seems to shift, just not to where you'd expect.
Anyone know about this?
Normally I use :
this.StartPosition = FormStartPosition.CenterParent;
in the constructor of a dialog to make sure it doesn't show up in the
corner of the screen somewhere. But sometimes it doesn't work. I
suspect that it interacts with another property.
I've also tried setting via the Property Page...same result: The
position seems to shift, just not to where you'd expect.
Anyone know about this?