Create A Resolution Independent Form, With Very little coding.
Create A Resolution Independent Form, With Very little coding.
Rate Create A Resolution Independent Form, With Very little coding.
(2(2 Vote))
For Each txt In Me.Controls
txt.Left = txt.Left * Screen.Width / 12000
txt.Top = txt.Top * Screen.Height / 9000
txt.Height = txt.Height * Screen.Height / 9000
txt.Width = txt.Width * Screen.Width / 12000
txt.FontSize = txt.FontSize * Screen.Width / 12000
Next
Create A Resolution Independent Form, With Very little coding. Comments
No comments yet — be the first to post one!
Post a Comment