Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to change workingarea?? Pin
ian mariano25-Apr-04 14:23
ian mariano25-Apr-04 14:23 
AnswerRe: how to change workingarea?? Pin
Heath Stewart25-Apr-04 17:38
protectorHeath Stewart25-Apr-04 17:38 
Generalsubscript text Pin
Stefan Troschuetz25-Apr-04 6:58
Stefan Troschuetz25-Apr-04 6:58 
GeneralRe: subscript text Pin
Heath Stewart25-Apr-04 7:56
protectorHeath Stewart25-Apr-04 7:56 
Generalsending xml bitween client, server win app Pin
hmdhmd24-Apr-04 22:08
hmdhmd24-Apr-04 22:08 
GeneralRe: sending xml bitween client, server win app Pin
Heath Stewart25-Apr-04 4:22
protectorHeath Stewart25-Apr-04 4:22 
GeneralRe: sending xml bitween client, server win app Pin
hmdhmd27-Apr-04 0:34
hmdhmd27-Apr-04 0:34 
GeneralRe: sending xml bitween client, server win app Pin
Heath Stewart27-Apr-04 3:00
protectorHeath Stewart27-Apr-04 3:00 
Everything - even text files like XML - is still just an array of bytes. You must Encode before transmitting it across the wire. Even every web page, Web Service, etc. do that. What do you think the second clause of the Content-Type header (if there) or the Content-Encoding header is? That just the way it works.

 

Microsoft MVP, Visual C#
My Articles
Question[urgent, please help] Is it possible to use a Windows Form as a control? Pin
gUrM33T24-Apr-04 18:49
gUrM33T24-Apr-04 18:49 
AnswerRe: [urgent, please help] Is it possible to use a Windows Form as a control? Pin
DougW4824-Apr-04 21:59
DougW4824-Apr-04 21:59 
GeneralRe: [urgent, please help] Is it possible to use a Windows Form as a control? Pin
gUrM33T24-Apr-04 22:53
gUrM33T24-Apr-04 22:53 
GeneralRe: [urgent, please help] Is it possible to use a Windows Form as a control? Pin
CWIZO24-Apr-04 23:50
CWIZO24-Apr-04 23:50 
GeneralRe: [urgent, please help] Is it possible to use a Windows Form as a control? Pin
DougW4825-Apr-04 12:58
DougW4825-Apr-04 12:58 
GeneralRe: [urgent, please help] Is it possible to use a Windows Form as a control? Pin
gUrM33T25-Apr-04 16:05
gUrM33T25-Apr-04 16:05 
GeneralC++ -> C# need help with: ** (pointer to a pointer?) Pin
User 96257824-Apr-04 15:49
User 96257824-Apr-04 15:49 
Generalsome more info about the fist post Pin
User 96257824-Apr-04 16:07
User 96257824-Apr-04 16:07 
GeneralRe: some more info about the fist post Pin
Heath Stewart25-Apr-04 4:34
protectorHeath Stewart25-Apr-04 4:34 
GeneralRe: C++ -> C# need help with: ** (pointer to a pointer?) Pin
Heath Stewart25-Apr-04 4:31
protectorHeath Stewart25-Apr-04 4:31 
GeneralArrayList Indexing: Help Pin
24-Apr-04 13:59
suss24-Apr-04 13:59 
GeneralRe: ArrayList Indexing: Help Pin
Colin Angus Mackay24-Apr-04 14:22
Colin Angus Mackay24-Apr-04 14:22 
GeneralRe: ArrayList Indexing: Help Pin
24-Apr-04 16:35
suss24-Apr-04 16:35 
GeneralRe: ArrayList Indexing: Help Pin
Colin Angus Mackay24-Apr-04 14:25
Colin Angus Mackay24-Apr-04 14:25 
GeneralRe: ArrayList Indexing: Help Pin
Jon G24-Apr-04 14:36
Jon G24-Apr-04 14:36 
GeneralRe: ArrayList Indexing: Help Pin
Member 95766524-Apr-04 16:31
Member 95766524-Apr-04 16:31 
GeneralRe: ArrayList Indexing: Help Pin
Member 95766524-Apr-04 17:42
Member 95766524-Apr-04 17:42 

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.