How to add scroll bar control to textbox in VB when texbox is disabled

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Millahi
    New Member
    • Aug 2013
    • 1

    How to add scroll bar control to textbox in VB when texbox is disabled

    i want to display text in the text box but restrict the user from editting it.
  • maxamis4
    Recognized Expert Contributor
    • Jan 2007
    • 295

    #2
    Under the properties of the text box it has scroll bar options. Typically they are system defaults meaning if the text area's data exceeds the visible character limit it will automatically create a scroll bar for you.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      make the control read only.

      Both read only and multiline will be available in the property of the control.

      Comment

      Working...