|
-
Sep 16th, 2000, 07:45 PM
#1
Thread Starter
Junior Member
Hi,
I want a form to display text, how can I do this and have a vertical scroll bar with it?
Thanks
-
Sep 16th, 2000, 09:56 PM
#2
Frenzied Member
add a text box, then set the mulitline proprty to TRUE and set the SCROLL BARS value = 2
NXSupport - Your one-stop source for computer help
-
Sep 16th, 2000, 10:11 PM
#3
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.
Code:
Private Sub Command1_Click()
Print "You have just pressed Command1."
Print "Text is now on form1."
End Sub
And here is how you make Scrollable Forms.
-
Sep 16th, 2000, 10:13 PM
#4
Frenzied Member
NXSupport - Your one-stop source for computer help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|