Click here to Skip to main content
16,012,025 members
Home / Discussions / C#
   

C#

 
GeneralRe: Java is free Pin
Edd20-Jun-02 19:59
Edd20-Jun-02 19:59 
GeneralRe: Java is free Pin
Rocky Moore20-Jun-02 20:50
Rocky Moore20-Jun-02 20:50 
GeneralRe: Java is free Pin
leppie21-Jun-02 0:13
leppie21-Jun-02 0:13 
GeneralRe: Java is free Pin
Rocky Moore21-Jun-02 0:18
Rocky Moore21-Jun-02 0:18 
GeneralRe: Java is free Pin
leppie21-Jun-02 0:59
leppie21-Jun-02 0:59 
GeneralRe: Java is free Pin
Rocky Moore21-Jun-02 1:03
Rocky Moore21-Jun-02 1:03 
GeneralRe: Java is free Pin
Not Active21-Jun-02 7:03
mentorNot Active21-Jun-02 7:03 
Questionstring to byte[]? Pin
Max Santos20-Jun-02 12:42
Max Santos20-Jun-02 12:42 
how can i convert from string to byte[] without using unicode and without having to go byte by byte

I cant use this...

byte[] sr;
string s;

s = "ééééééé";
sr = System.Text.Encoding.ASCII.GetBytes(s.ToCharArray());

because it encodes to ASCII 7bit and it changes the "é" char




Casa.Sapo.pt
AnswerRe: I have found it !!!!! Pin
Max Santos20-Jun-02 14:17
Max Santos20-Jun-02 14:17 
GeneralTesting a DLL project. Pin
Ranjith20-Jun-02 11:39
Ranjith20-Jun-02 11:39 
GeneralText length in pixels Pin
Vanclei20-Jun-02 10:08
Vanclei20-Jun-02 10:08 
GeneralRe: Text length in pixels Pin
Chris Rickard20-Jun-02 11:36
Chris Rickard20-Jun-02 11:36 
GeneralRe: Text length in pixels Pin
Vanclei21-Jun-02 7:26
Vanclei21-Jun-02 7:26 
QuestionHow to convert .idl files of COM objects for C# Pin
20-Jun-02 6:10
suss20-Jun-02 6:10 
GeneralParsing RichText File Pin
kyledunn20-Jun-02 1:17
kyledunn20-Jun-02 1:17 
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:04
leppie20-Jun-02 4:04 
GeneralRe: Parsing RichText File Pin
kyledunn20-Jun-02 4:10
kyledunn20-Jun-02 4:10 
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:25
leppie20-Jun-02 4:25 
GeneralRe: Parsing RichText File Pin
kyledunn20-Jun-02 4:38
kyledunn20-Jun-02 4:38 
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:51
leppie20-Jun-02 4:51 
Generalimg button event Pin
sharon19-Jun-02 22:44
sharon19-Jun-02 22:44 
GeneralRe: img button event Pin
Chris Rickard20-Jun-02 5:38
Chris Rickard20-Jun-02 5:38 
GeneralRe: img button event Pin
sharon22-Jun-02 20:17
sharon22-Jun-02 20:17 
GeneralDll in VC # Pin
Member 1697719-Jun-02 21:04
Member 1697719-Jun-02 21:04 
GeneralRe: Dll in VC # Pin
Mazdak19-Jun-02 21:19
Mazdak19-Jun-02 21:19 

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.