Hi,
I want a form to display text, how can I do this and have a vertical scroll bar with it?
Thanks
Printable View
Hi,
I want a form to display text, how can I do this and have a vertical scroll bar with it?
Thanks
add a text box, then set the mulitline proprty to TRUE and set the SCROLL BARS value = 2
That's for Textboxes dimava, he wants to put a vertical scroll bar on a form. Use Print to put text on a form. You can change the form's font have different font styles.
And here is how you make Scrollable Forms.Code:Private Sub Command1_Click()
Print "You have just pressed Command1."
Print "Text is now on form1."
End Sub
dam, another mistake