Hi Everyone, I am trying to center a form in VB.net. Instead of centering the form, it ends up about halfway between center and 0,0(upper left).
I am using the code
Me.StartPosition = FormStartPosition.CenterScreen
Which is called from the IntializeDisplay Method, which in turn is called from the Form Load method.
I assume I'm setting some propertity along the way that messes up the center calculation, but I'm not sure what it could be.
If anyone has any ideas they would be much appreciated.
Thanks.