Position a form at startup without using API calls.
Position a form at startup without using API calls.
Rate Position a form at startup without using API calls.
(2(2 Vote))
Me.Height = Me.Height + 100
End If
If Me.Height > 3165 Then
End If
If Me.Width < 5160 Then
Me.Width = Me.Width + 100
End If
If Me.Width > 5160 Then
End If
Position a form at startup without using API calls. Comments
No comments yet — be the first to post one!
Post a Comment