Just got to playing around, and felt that the VB forum on here could use some posts.
What I was playing around with forms in VB.NET and wanted to hard code centering a form. Here is what I found...and if anyone has an easier or slicker way...let me know.
-in the windows form generated code portion of a form in VB.NET ad the following line:
Me.StartPosition = FormStartPosition.CenterScreen
-Note: to work this must be placed in the Form1 (or whatever form name) initialization code.