Results 1 to 4 of 4

Thread: textbox

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    textbox

    I'm trying to change the size of a textbox using the size attribute in the properties section. When I change the size it automatically goes back to the default. I've looked at the LOCKED property on the control and form. Both are set to false....Any suggestions??
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: textbox

    the width or the height? width can be changed anytime... height can NOT be changed unless you set multiline to true

  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    Re: textbox

    thanks klienma...I was able to change the "height" by changing the font...
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: textbox

    Quote Originally Posted by EyeTalion
    thanks klienma...I was able to change the "height" by changing the font...
    well just keep in mind that chaning the font doesn't allow you to change the height.. it automatically changes the height to fit the font, and is still not editable..

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