try
also dont forget that if on a laptop sometimes the scaling is 125% so need to take in to account thatCode:PictureBox1.Left = (Me.ClientSize.Width/2) - (PictureBox1.Width/ 2) PictureBox1.Top = (Me.ClientSize.Height/2) - (PictureBox1.Height/ 2)
|
Results 1 to 8 of 8
Thread: Position of a PictureBoxThreaded View
|
Click Here to Expand Forum to Full Width |