Can anybody suggest why the label is not centering on the form using this code?Code:Private Sub Form_Load() Me.WindowState = 2 With Label1 .Move (ScaleWidth - .Width) / 2, (ScaleHeight - .Height) / 2 End With End Sub
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |