Click here to Skip to main content
15,915,336 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple inheritance.. Pin
Paulo Zemek13-Nov-09 2:02
Paulo Zemek13-Nov-09 2:02 
Questionhow to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
namratabuddhadev12-Nov-09 6:58
namratabuddhadev12-Nov-09 6:58 
AnswerRe: how to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
The Man from U.N.C.L.E.12-Nov-09 9:43
The Man from U.N.C.L.E.12-Nov-09 9:43 
AnswerRe: how to find list of all the url tabs of IE presently running (multiple tabs) its name as application for each find cpu usage? Pin
Shameel12-Nov-09 22:46
professionalShameel12-Nov-09 22:46 
QuestionUrlEncode Problem Pin
snouto12-Nov-09 6:55
snouto12-Nov-09 6:55 
AnswerRe: UrlEncode Problem Pin
Abhishek Sur12-Nov-09 7:00
professionalAbhishek Sur12-Nov-09 7:00 
AnswerRe: UrlEncode Problem Pin
Shameel12-Nov-09 7:30
professionalShameel12-Nov-09 7:30 
AnswerRe: UrlEncode Problem Pin
Luc Pattyn12-Nov-09 7:39
sitebuilderLuc Pattyn12-Nov-09 7:39 
Your C# string has 12 bytes, a plus, and 10 bytes.
Your PHP string has 6 bytes, a space, and 5 bytes.

Hence in PHP you're using a special character set, capable of representing all required chars as a single byte; whereas in C# you're using two bytes per char.

Suggestion: find out what the character set ("codepage") is you need, then use new Encoding(codepage) and its GetBytes() method.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


QuestionHow to capture screenshot of a web site in unattended mode? Pin
kskarun12-Nov-09 6:03
kskarun12-Nov-09 6:03 
AnswerRe: How to capture screenshot of a web site in unattended mode? Pin
Abhishek Sur12-Nov-09 6:57
professionalAbhishek Sur12-Nov-09 6:57 
AnswerRe: How to capture screenshot of a web site in unattended mode? Pin
Saksida Bojan12-Nov-09 7:36
Saksida Bojan12-Nov-09 7:36 
GeneralRe: How to capture screenshot of a web site in unattended mode? Pin
Abhishek Sur12-Nov-09 8:00
professionalAbhishek Sur12-Nov-09 8:00 
Questionc# vs c++ Pin
kumar sanghvi12-Nov-09 5:26
kumar sanghvi12-Nov-09 5:26 
AnswerRe: c# vs c++ Pin
The Man from U.N.C.L.E.12-Nov-09 5:29
The Man from U.N.C.L.E.12-Nov-09 5:29 
AnswerRe: c# vs c++ Pin
Not Active12-Nov-09 5:30
mentorNot Active12-Nov-09 5:30 
GeneralRe: c# vs c++ Pin
The Man from U.N.C.L.E.12-Nov-09 5:32
The Man from U.N.C.L.E.12-Nov-09 5:32 
GeneralRe: c# vs c++ Pin
Blubbo12-Nov-09 8:30
Blubbo12-Nov-09 8:30 
Questiona french question Pin
boudj12-Nov-09 5:01
boudj12-Nov-09 5:01 
AnswerRe: NOT a french question Pin
Luc Pattyn12-Nov-09 5:07
sitebuilderLuc Pattyn12-Nov-09 5:07 
AnswerRe: a french question Pin
The Man from U.N.C.L.E.12-Nov-09 5:13
The Man from U.N.C.L.E.12-Nov-09 5:13 
AnswerRe: a french question Pin
Saksida Bojan12-Nov-09 6:05
Saksida Bojan12-Nov-09 6:05 
AnswerRe: a french question Pin
Paulo Zemek13-Nov-09 6:48
Paulo Zemek13-Nov-09 6:48 
QuestionInheritance Pin
kumar sanghvi12-Nov-09 4:48
kumar sanghvi12-Nov-09 4:48 
AnswerRe: Inheritance Pin
Eduard Keilholz12-Nov-09 4:51
Eduard Keilholz12-Nov-09 4:51 
AnswerRe: Inheritance Pin
Xmen Real 12-Nov-09 4:51
professional Xmen Real 12-Nov-09 4:51 

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.