Full Screen

Users questions:VB how does a picture automatically centered, that is after the pictures in full screen automatically centered in the center of the page, such as resolution 800 * 600 is in the middle, the system resolution of 1024 * 768 after the image change is living in the middle of the page!!
Experts answer: with your last question answered in the free flightBasic method can be. http: ** iask.sina.com.cn * b * 7706231.html with Form_Resize. But the best written PrivateSubForm_Resize () Picture1.Top=Me.ScaleHeight*2-Picture1.ScaleHeight*2Picture1.Left=Me.ScaleWidth*2-Picture1.ScaleWidth*2EndSub Refer to the attached in the small program. You see if you want performance? Annex: Center.rar
  • This information provided by the users.Thanks!