Results 1 to 4 of 4

Thread: Textbox in vb 2005

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    260

    Textbox in vb 2005

    Quick question im new to vb and how do i make my textbox height bigger, it was 100 width and 20 height. no matter what i typed in for the height it will change back to the default value. how do i change that? thank you

  2. #2
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: Textbox in vb 2005

    In the Properties Window set the Multiline property to True.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Textbox in vb 2005

    Note that changing the Multiline property to True will allow the user to enter multiple lines. Is that what you want? If so then cool. A single-line TextBox's Height is controlled by its Font. To make the control taller you have to make the font size larger.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    260

    Re: Textbox in vb 2005

    thank you that is it multiline to true

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width