473,320 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

textbox resize

i have a vb project with vs.net i added a textbox to my form but i can not
resize it in the designer view. what's going on? anything i should be
checking?
Thanks.
Kemal
Nov 20 '05 #1
3 1794
Change..
Me.TextBox1.Multiline = True ..

Ronald Walker
"kemal asad" <as**@club-internet.fr> wrote in message
news:Of*************@TK2MSFTNGP10.phx.gbl...
i have a vb project with vs.net i added a textbox to my form but i can not
resize it in the designer view. what's going on? anything i should be
checking?
Thanks.
Kemal

Nov 20 '05 #2
Ahh.. actually to be more precise you have to change the option from False
to True, on the properties Toolbar, for the TextBox to change the size in
Design Mode.

Ronald Walker
"kemal asad" <as**@club-internet.fr> wrote in message
news:Of*************@TK2MSFTNGP10.phx.gbl...
i have a vb project with vs.net i added a textbox to my form but i can not
resize it in the designer view. what's going on? anything i should be
checking?
Thanks.
Kemal

Nov 20 '05 #3
thanks that was a quick fix :). i changed the multi line in the properties.
and it worked very nicely.
Kemal
"Ronald Walker" <rw@wow.com> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Change..
Me.TextBox1.Multiline = True ..

Ronald Walker
"kemal asad" <as**@club-internet.fr> wrote in message
news:Of*************@TK2MSFTNGP10.phx.gbl...
i have a vb project with vs.net i added a textbox to my form but i can not resize it in the designer view. what's going on? anything i should be
checking?
Thanks.
Kemal


Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Ankan | last post by:
I have installed framework 1.1. and SP 1 on my computer. I include a textbox to my form but it can only be resized horisontally and not vertically. What is wrong? (It works fine on other components...
2
by: DotNetJunkie | last post by:
Hi NG, I want to pass a very long string to a multilined TextBox. After doing this, I want to resize the TextBox vertically, so that the text fits into the TextBox exactly. Any ideas? I need it...
2
by: Tamir Khason | last post by:
I want to resize my textbox base on the text in it. Ways: 1) MeasureText - quite wrong 2) Detect VScroll - BUT HOW? 3)..... Please advice -- Tamir Khason
1
by: ramhog | last post by:
Hello all, I am trying to resize a textbox to exactly fit the contents. The method I am using gets it close but it is just a little bit too small. Could someone tell me where I am going wrong...
2
by: avanti | last post by:
Hi, I have a multiline textbox in my application. It starts out as a single line textbox. I want it to increase in height to accomodate another line at runtime if the user input exceeds it's...
10
by: garyusenet | last post by:
I have a multiline textbox. The size of the text box should be 75 characters wide, and 5 lines in height like this: - <---75 characters--> <---75 characters--> <---75 characters--> <---75...
40
by: joemo2003 | last post by:
I use the follow code to resize the textbox in visio, anybody know what is wrong? Dim ashape as visio.shape ashape.CellsU("TxtWidth").Formula = "=TEXTWIDTH(TheText)" Thanks
4
by: DeanJo | last post by:
I am trying to develop a resize module i can include on my pages that calculates the size of input fields based on the screen resolution... I can already detect the screen resolution, and i have...
7
by: robert.waters | last post by:
I have an Access database frontend linked via ODBC to a large (gigabytes) mysql database. I need to view a large amount of data in a a textbox (variable up to 300K), but I receive a 'there isnt...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.