Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
GeneralC# and Glyph Pin
adamwelchuk29-Jul-03 0:44
adamwelchuk29-Jul-03 0:44 
AnswerRe: C# and Glyph Pin
Abel Braaksma9-Oct-09 0:56
Abel Braaksma9-Oct-09 0:56 
GeneralDatagrid / Datarow Pin
MrEyes28-Jul-03 23:04
MrEyes28-Jul-03 23:04 
GeneralRe: Datagrid / Datarow Pin
MrEyes29-Jul-03 0:16
MrEyes29-Jul-03 0:16 
GeneralListView complication Pin
aeros28-Jul-03 22:48
aeros28-Jul-03 22:48 
GeneralRe: ListView complication Pin
Ista30-Jul-03 4:25
Ista30-Jul-03 4:25 
GeneralRe: Multibyte character Pin
Julian Bucknall [MSFT]29-Jul-03 9:33
Julian Bucknall [MSFT]29-Jul-03 9:33 
GeneralRe: Multibyte character Pin
Nick Parker29-Jul-03 17:33
protectorNick Parker29-Jul-03 17:33 
DeanAgan wrote:
Its actually read from a textbox. Translation into a standard unicode? How do u do that? The code is suppose to block input in the textbox that exceeds 32 characters. But if I would input in Chinese characters, which has a double byte character set, then even if only 32 characters are inputted, problems would still arise coz its actually 64 characters in single byte character set. Im looking for what class to use, though I can solve it without using a class and just by looping through it.

When you are talking about the MaxLength property of the TextBox, that is refering to the actual number of character entries that are allowed, not the number of bytes. Under .NET, the TextBox's Text property returns a String data type which is of Unicode encoding where all characters are two bytes long.

-Nick Parker
QuestionHow to compile to native app? Pin
EastDragon28-Jul-03 21:27
EastDragon28-Jul-03 21:27 
AnswerRe: How to compile to native app? Pin
Alexander Kojevnikov28-Jul-03 23:10
Alexander Kojevnikov28-Jul-03 23:10 
QuestionWhy C# app build by vs.net 2003 can resize itself? Pin
EastDragon28-Jul-03 21:04
EastDragon28-Jul-03 21:04 
QuestionWhy C# Builder build program faster and smaller than vs.net? Pin
EastDragon28-Jul-03 20:20
EastDragon28-Jul-03 20:20 
AnswerRe: Why C# Builder build program faster and smaller than vs.net? Pin
[sharp]28-Jul-03 22:01
[sharp]28-Jul-03 22:01 
GeneralRe: Why C# Builder build program faster and smaller than vs.net? Pin
EastDragon28-Jul-03 23:07
EastDragon28-Jul-03 23:07 
GeneralRe: Why C# Builder build program faster and smaller than vs.net? Pin
Julian Bucknall [MSFT]29-Jul-03 9:08
Julian Bucknall [MSFT]29-Jul-03 9:08 
GeneralRe: Why C# Builder build program faster and smaller than vs.net? Pin
Kevin McFarlane29-Jul-03 6:54
Kevin McFarlane29-Jul-03 6:54 
AnswerRe: Why C# Builder build program faster and smaller than vs.net? Pin
Kevin McFarlane29-Jul-03 6:50
Kevin McFarlane29-Jul-03 6:50 
GeneralRe: Why C# Builder build program faster and smaller than vs.net? Pin
EastDragon29-Jul-03 16:13
EastDragon29-Jul-03 16:13 
GeneralRe: Why C# Builder build program faster and smaller than vs.net? Pin
Kevin McFarlane31-Jul-03 0:15
Kevin McFarlane31-Jul-03 0:15 
GeneralWhy cannot dasm the release version app using vs.net 2003 Pin
EastDragon28-Jul-03 20:06
EastDragon28-Jul-03 20:06 
GeneralRe: Why cannot dasm the release version app using vs.net 2003 Pin
LongRange.Shooter29-Jul-03 8:12
LongRange.Shooter29-Jul-03 8:12 
GeneralRe: Checking for Errors Pin
Member 9628-Jul-03 18:48
Member 9628-Jul-03 18:48 
GeneralRe: Checking for Errors Pin
totig28-Jul-03 22:05
totig28-Jul-03 22:05 
GeneralRe: Checking for Errors Pin
Rocky Moore28-Jul-03 22:36
Rocky Moore28-Jul-03 22:36 
GeneralRe: Checking for Errors Pin
Rocky Moore29-Jul-03 0:25
Rocky Moore29-Jul-03 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.