|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hai,
I want to scroll a text in my Form. Which moves from one side to other (like in HTML page). This should be by usnig lable control. Pl help me.. |
|
#2
|
|||
|
|||
|
Could you use the textbox control instead of label control?
For the textbox control, activate 'MultiLine' property to True and choose the 'ScrollBar' option. To disable users to edit the data contained in the textbox, set 'Enabled' to False in this textbox control (means they can only view the data displayed in it). As far as I know, there is no such properties (multiline, scrollbar) for label control. Or else, you could porgram your own ScrollBars in VB. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Scrolling of text |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|