Hi all!
Your can place a label with Label1.AutoSize = true and in Form_Load() write something like this:
Private Sub Form_Load()
Label1.Caption = "D" & vbCrLf & "D" & vbCrLf & "D" & vbCrLf & "D" & vbCrLf & "D"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.