try

Code:
PictureBox1.Left = (Me.ClientSize.Width/2) - (PictureBox1.Width/ 2)
PictureBox1.Top = (Me.ClientSize.Height/2)  - (PictureBox1.Height/ 2)
also dont forget that if on a laptop sometimes the scaling is 125% so need to take in to account that