Click here to Skip to main content
15,890,845 members
Home / Discussions / C#
   

C#

 
QuestionConfiguration(s) Pin
Mehdi Mousavi28-Feb-06 23:42
Mehdi Mousavi28-Feb-06 23:42 
QuestionRe: Configuration(s) Pin
Mehdi Mousavi28-Feb-06 23:48
Mehdi Mousavi28-Feb-06 23:48 
AnswerRe: Configuration(s) Pin
Le centriste1-Mar-06 1:37
Le centriste1-Mar-06 1:37 
QuestionFullscreen/Open no other program Pin
Dave McCool28-Feb-06 23:37
Dave McCool28-Feb-06 23:37 
AnswerRe: Fullscreen/Open no other program Pin
Ravi Bhavnani1-Mar-06 1:53
professionalRavi Bhavnani1-Mar-06 1:53 
QuestionFullscreen/Open no other program Pin
Dave McCool28-Feb-06 23:35
Dave McCool28-Feb-06 23:35 
Questionproblem in reading non-printable character Pin
maharaja pandian28-Feb-06 23:09
maharaja pandian28-Feb-06 23:09 
AnswerRe: problem in reading non-printable character Pin
Guffa1-Mar-06 0:01
Guffa1-Mar-06 0:01 
Where are you reading the string from? Do you know what encoding is used for the string?

Strings in .NET is Uncocde, which supports virtually every character on the planet. (Characters that are not supported (yet?) are stuff like the Klingon alphabet and Tolkien runes...)

Strings are usually not stored as 16 bit Uncode, so some kind of encoding is used when they are stored. You have to know this encoding to be able to correctly decode the string into Unicode.

Some common encodings are 8 bit Unicode (UTF8) and Latin 1. ASCII encoding only support characters 0-127, so that is not suitable for what you are doing.

---
b { font-weight: normal; }

QuestionStartup Namespaces Pin
deepscyberpulse28-Feb-06 23:03
deepscyberpulse28-Feb-06 23:03 
AnswerRe: Startup Namespaces Pin
J4amieC28-Feb-06 23:26
J4amieC28-Feb-06 23:26 
AnswerRe: Startup Namespaces Pin
sathish s1-Mar-06 0:31
sathish s1-Mar-06 0:31 
QuestionHELP,how vs 2005 generate html Document Pin
breakhearts28-Feb-06 22:03
breakhearts28-Feb-06 22:03 
AnswerRe: HELP,how vs 2005 generate html Document Pin
CWIZO1-Mar-06 6:09
CWIZO1-Mar-06 6:09 
QuestionPopulate combobox with items in a folder Pin
Dave McCool28-Feb-06 21:59
Dave McCool28-Feb-06 21:59 
AnswerRe: Populate combobox with items in a folder Pin
Ravi Bhavnani1-Mar-06 2:08
professionalRavi Bhavnani1-Mar-06 2:08 
QuestionC# VS2005 - Problem publishing application Pin
JC Carmo28-Feb-06 21:43
JC Carmo28-Feb-06 21:43 
AnswerRe: C# VS2005 - Problem publishing application Pin
JC Carmo1-Mar-06 1:51
JC Carmo1-Mar-06 1:51 
QuestionFTP Upload from C# windows form Pin
Mann Khine28-Feb-06 21:18
Mann Khine28-Feb-06 21:18 
AnswerRe: FTP Upload from C# windows form Pin
albCode28-Feb-06 21:28
albCode28-Feb-06 21:28 
GeneralRe: FTP Upload from C# windows form Pin
Mann Khine28-Feb-06 21:45
Mann Khine28-Feb-06 21:45 
GeneralRe: FTP Upload from C# windows form Pin
albCode28-Feb-06 22:49
albCode28-Feb-06 22:49 
GeneralRe: FTP Upload from C# windows form Pin
Ravi Bhavnani1-Mar-06 2:11
professionalRavi Bhavnani1-Mar-06 2:11 
QuestionHow to create an OpenFileDialog in plain C Pin
The White Warrior28-Feb-06 20:43
The White Warrior28-Feb-06 20:43 
AnswerRe: How to create an OpenFileDialog in plain C Pin
mav.northwind28-Feb-06 22:22
mav.northwind28-Feb-06 22:22 
GeneralRe: How to create an OpenFileDialog in plain C Pin
The White Warrior28-Feb-06 23:29
The White Warrior28-Feb-06 23:29 

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.