Notepad 1024 characters per line restriction
-
-
Im trying to write a Notepad type application which doesn't have the 1024 characters per line restriction. does anyone have any ideas on how to allow a line limitless (or at least a very high number - 1000000) characeters? any help would be great!!
Humm Are you using a specific control to display your text? I recently read a C# book : "Dissecting a C# application" in this book the authors are dissecting all parts of SharpDevelop application (C# editor), they created an editor from the scratch. You can check-it it might be helpful.
-
Humm Are you using a specific control to display your text? I recently read a C# book : "Dissecting a C# application" in this book the authors are dissecting all parts of SharpDevelop application (C# editor), they created an editor from the scratch. You can check-it it might be helpful.
-
Good choice! use a rich text box. But i thik that is has number of caracter limitation like notpad. have a line that contains more than 10000 caracter is a little bit WTF ? no ?
-
Good choice! use a rich text box. But i thik that is has number of caracter limitation like notpad. have a line that contains more than 10000 caracter is a little bit WTF ? no ?
lisan_al_ghaib wrote:
have a line that contains more than 10000 caracter is a little bit WTF ?
:laugh: I wholeheartedly agree :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Good choice! use a rich text box. But i thik that is has number of caracter limitation like notpad. have a line that contains more than 10000 caracter is a little bit WTF ? no ?
I think he meant a multiline control that will take >10000 characters total ;) At leat I hope so! The character limit for a RTB is 2147483647 (Int32.MaxValue).
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog) -
lisan_al_ghaib wrote:
have a line that contains more than 10000 caracter is a little bit WTF ?
:laugh: I wholeheartedly agree :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
Nevertheless, a limitation is a limitation. :P
“Time and space can be a bitch.” –Gushie, Quantum Leap {o,o}.oO( Looking for a great RSS reader? Try FeedBeast! ) |)””’) Built with home-grown CodeProject components! -”-”-