newbie: resize Textbox

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,
Is this weird or am i doing something wrong:
I can`t resize the height of a Textbox, only its width (in design mode). I
can do both with a RichTextBox though.
I am not supposed to? Is this a one-line only control?

(I have VB .NET Standard not VS in case it`s a limited functionality but i
doubt that much! I know I am not alloed to create reusable components)
 
Make it MultiLine=True

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Hi OHM,

What was you saying about are up speed now?
Make it MultiLine=True

(Hi Newbie, I have searched as well the first time for that, so this is not
something about you).

Cor
 
LOL, well maybe not all eh ?



--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
* "steve said:
Is this weird or am i doing something wrong:
I can`t resize the height of a Textbox, only its width (in design mode). I
can do both with a RichTextBox though.
I am not supposed to? Is this a one-line only control?

There are two types of textboxes: Single-line and multi-line textboxes.
You can change a textbox to multi-line by setting its 'Mutliline'
property to 'True' at design time.
(I have VB .NET Standard not VS in case it`s a limited functionality but i
doubt that much! I know I am not alloed to create reusable components)

That should work in the standard edition of VB.NET too.
 
Hi Herfried,

We know now that you can go outdoors to echo and that Terry and I have to
shout in a bucket.

Terry gave this answer an hour ago, although he said multiline not mutliline
what is that by the way.

:-))

Cor
 
* "Cor Ligthert said:
We know now that you can go outdoors to echo and that Terry and I have to
shout in a bucket.

Terry gave this answer an hour ago, although he said multiline not mutliline
what is that by the way.

LOL -- I see the reply now too. I made a typo (wrote the "L" in "line"
big) and when correcting it I made the other typo :-(((.
 
Back
Top