Click here to Skip to main content
15,890,512 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How do I get .net Framework 1.0 into VS 2005? Pin
Scott Dorman26-Sep-07 4:08
professionalScott Dorman26-Sep-07 4:08 
QuestionMixing vb.net and c# Pin
MikeMarq25-Sep-07 8:42
MikeMarq25-Sep-07 8:42 
AnswerRe: Mixing vb.net and c# Pin
pmarfleet25-Sep-07 8:59
pmarfleet25-Sep-07 8:59 
GeneralRe: Mixing vb.net and c# Pin
MikeMarq26-Sep-07 11:57
MikeMarq26-Sep-07 11:57 
QuestionMy Pocket PC application is frozen after receiving data by socket Pin
Erisa85d25-Sep-07 7:03
Erisa85d25-Sep-07 7:03 
GeneralRe: My Pocket PC application is frozen after receiving data by socket Pin
Paul Conrad31-Dec-07 9:26
professionalPaul Conrad31-Dec-07 9:26 
AnswerRe: My Pocket PC application is frozen after receiving data by socket Pin
Erisa85d1-Jan-08 2:59
Erisa85d1-Jan-08 2:59 
QuestionEncoding Netstream containg umlaut Pin
Mincy George25-Sep-07 5:24
Mincy George25-Sep-07 5:24 
Hi all,

I connect to a mailserver through tcpClient ang get a netstream which has the details of the mails in a particular inbox. I was using ASCII encoding to read the netstream. But recently some mails containing german letter broke my code, since ASCII
doesn't include Umlaut characters.
The whole mail is not in german, so i cannot write Encoding.GetEncoding("iso-8859-1").GetString(
bytes).

so what i thought of doing is to convert the whole stream to ascii first.
Then find any occurance of fields starting with =? and ending with ?= to identify that field probably contains unicode and parse them as unicode.

but my problem is i am not able to transcode it back to unicode.

any pointers?? i am really stuck with this. pls help

thanks

QuestionSend Office 2007 files using SOAP Pin
yamir24-Sep-07 9:58
yamir24-Sep-07 9:58 
GeneralRe: Send Office 2007 files using SOAP Pin
Paul Conrad31-Dec-07 9:25
professionalPaul Conrad31-Dec-07 9:25 
GeneralRe: Send Office 2007 files using SOAP Pin
yamir31-Dec-07 13:37
yamir31-Dec-07 13:37 
GeneralRe: Send Office 2007 files using SOAP Pin
Paul Conrad31-Dec-07 13:40
professionalPaul Conrad31-Dec-07 13:40 
QuestionUnable to specify CESetup DLL in VS2005 Smart Device CAB project - Pin
yudhisthira22-Sep-07 11:29
yudhisthira22-Sep-07 11:29 
QuestionCIL - parsing the call instruction Pin
thepersonof22-Sep-07 4:18
thepersonof22-Sep-07 4:18 
AnswerRe: CIL - parsing the call instruction Pin
OR0N22-Sep-07 4:23
OR0N22-Sep-07 4:23 
GeneralRe: CIL - parsing the call instruction Pin
thepersonof22-Sep-07 4:41
thepersonof22-Sep-07 4:41 
JokeRe: CIL - parsing the call instruction Pin
Pete O'Hanlon23-Sep-07 9:22
mvePete O'Hanlon23-Sep-07 9:22 
JokeRe: CIL - parsing the call instruction Pin
Paul Conrad23-Sep-07 9:47
professionalPaul Conrad23-Sep-07 9:47 
QuestionCOM type communication between .NET apps? Pin
JoeRip21-Sep-07 16:28
JoeRip21-Sep-07 16:28 
AnswerRe: COM type communication between .NET apps? Pin
Robert Rohde23-Sep-07 3:14
Robert Rohde23-Sep-07 3:14 
GeneralRe: COM type communication between .NET apps? Pin
lmoelleb25-Sep-07 3:47
lmoelleb25-Sep-07 3:47 
QuestionEditing in Datagrid view Pin
prabhathgk21-Sep-07 5:54
prabhathgk21-Sep-07 5:54 
GeneralRe: Editing in Datagrid view Pin
Paul Conrad31-Dec-07 9:25
professionalPaul Conrad31-Dec-07 9:25 
QuestionIsynchronizeinvoke question Pin
Fayu21-Sep-07 5:39
Fayu21-Sep-07 5:39 
AnswerRe: Isynchronizeinvoke question Pin
TJoe27-Sep-07 3:28
TJoe27-Sep-07 3:28 

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.