473,806 Members | 2,845 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

32K limit in TextBox ?!

I'm writing an application with a TextBox control on its main form.
I'm running the application under WinXP Pro, so (as I understand it)
there should be no practical limit to the number of characters in a
text box.

However, when I paste in a large amount of text, the text box
truncates it at exactly 32K characters. This is a problem, because I
need to know exactly how many of each character were pasted; besides,
I wasn't expecting the text box to "fill up" under normal
circumstances.

Why would my text box truncate text at 32K, when I'm absolutely sure I
was able to paste much more than 32K of text in the same application
before?

P.
Nov 16 '05 #1
4 4865
TextBox has a limit TextBox.MaxLeng th

"Paul E Collins" <fi************ ******@CL4.org> schrieb im Newsbeitrag
news:ch******** **@titan.btinte rnet.com...
I'm writing an application with a TextBox control on its main form.
I'm running the application under WinXP Pro, so (as I understand it)
there should be no practical limit to the number of characters in a
text box.

However, when I paste in a large amount of text, the text box
truncates it at exactly 32K characters. This is a problem, because I
need to know exactly how many of each character were pasted; besides,
I wasn't expecting the text box to "fill up" under normal
circumstances.

Why would my text box truncate text at 32K, when I'm absolutely sure I
was able to paste much more than 32K of text in the same application
before?

P.

Nov 16 '05 #2
"Zürcher See" <aq****@cannabi smail.com> wrote:
TextBox has a limit TextBox.MaxLeng th


Thanks, but I've set MaxLength to zero ("no limit") and I still get
the 32K problem.

P.
Nov 16 '05 #3
Hi,

I do remember this was discussed a couple of months ago. Take a look at the
archives.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Paul E Collins" <fi************ ******@CL4.org> wrote in message
news:ch******** **@hercules.bti nternet.com...
"Zürcher See" <aq****@cannabi smail.com> wrote:
TextBox has a limit TextBox.MaxLeng th


Thanks, but I've set MaxLength to zero ("no limit") and I still get
the 32K problem.

P.

Nov 16 '05 #4
"Paul E Collins" <fi************ ******@CL4.org> wrote:
[pasted text is truncated at 32K chars in TextBox]


Okay - I found the "problem". My paste code was setting SelectedText.
It seems that SelectedText truncates any string at 32K characters,
even though there's nothing about this in the documentation.

I'm now setting Text instead, and it works correctly.

P.
Nov 16 '05 #5

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

Similar topics

3
6928
by: Quack Boy | last post by:
Hi all, I've worked out that the limit of a textbox is 64Kb. What can I do if the I want to work with text which is, say four or five times as much? Can I extend the limit (maxlength??) of the text box or do I have to change the textbox for some other component? And yes, I'm very very new to VB ;) Thank you.
2
1901
by: Parintas Themis STE Kardias | last post by:
I have a textbox, and i wand to put a limit (for example only 8 characters) and if i entry characters not longer of 8 then add spaces for the rest of textbox characters
1
6157
by: cw | last post by:
Hi all, Is anyone have an idea that limit message length input by user into textbox. I'hv tried the maxlength property by setting it to 150, but it seems like not working.., regards
6
3228
by: Avi G | last post by:
Hi, what is the code to limit a textbox that will accept only text and not number private void button1_Click(object sender, EventArgs e) { if (textBox1.Text = "numbers") { // do something }
27
59244
by: Killer42 | last post by:
Hi all. Does a textbox on an Access form have an equivalent of the VB6 .MaxLength property? I need to limit the length of an input string. It's not bound to anything, just used in code, but I'd prefer to limit it in the control rather than validating afterward.
2
3131
by: Terry | last post by:
Hi, i want to limit input in this textbox up to 2O characters, but i can input a unlimited amount of characters. How to limit that? <asp:TextBox ID="txtStreet" runat="server" Width="200px" MaxLength="20" rows="2" TextMode="MultiLine"/> Thanks
1
3183
by: | last post by:
Hello everyone, I am using a textbox for dumping information generated by the file system watch object. I am having this problem that always at some stage new new information stops being entered into the textbox even though there should be. If I clear the textbox, new information will start tp appear again. I am not receiving any error message, so is there some sort of internal limit on the amount of text which can be added/pasted into a...
2
5352
by: =?Utf-8?B?R2lkaQ==?= | last post by:
Hi, I've a multiLine Textbox, and i want to limit each line to a maximum number of charecters. How can i do it? Thanks, Gidi.
0
1263
by: tshad | last post by:
I seem to have hit some sort of limit of a textbox (multiline). It was working fine for a while, but now I am getting a strange error having nothing to do with the problem. I have a Function that is called either from my Windows Service as well as call as an .exe. There is no actual error from writing to the text box, but as I am leaving the call:
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10618
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9187
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.