|
-
Aug 13th, 2000, 05:17 PM
#1
Thread Starter
Junior Member
ok how would i display tect on multiple lines useing vb code i already know tht you have to set the property to multiline=true but how would i display the text by useing code and not the property dialog on the side?
-
Aug 13th, 2000, 05:21 PM
#2
Frenzied Member
Text1.Text = "This is text from runtime"
that's what you need?
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Aug 13th, 2000, 05:42 PM
#3
Thread Starter
Junior Member
multiple lines of text
no i need it so if i press a command button text is displayed on more than one line in the text box
-
Aug 13th, 2000, 05:53 PM
#4
Sorry! Both the MultiLine and the Scrollbars properties are Read Only during run-time, so you can't change them. A simple solution would to be using two text boxes and showing/hiding them when the user click on the command button.
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
|