Click here to Skip to main content
15,917,795 members
Home / Discussions / C#
   

C#

 
GeneralRe: RPC and permissions on new process [modified] Pin
erikkl20009-Sep-08 5:43
erikkl20009-Sep-08 5:43 
QuestionFilling a textbox in form 1 by clicking a button in form 2 Pin
punkymt16-Sep-08 1:55
punkymt16-Sep-08 1:55 
AnswerRe: Filling a textbox in form 1 by clicking a button in form 2 Pin
#realJSOP6-Sep-08 2:03
professional#realJSOP6-Sep-08 2:03 
GeneralRe: Filling a textbox in form 1 by clicking a button in form 2 Pin
punkymt16-Sep-08 3:40
punkymt16-Sep-08 3:40 
QuestionHow Pin
Silvyster6-Sep-08 1:36
Silvyster6-Sep-08 1:36 
AnswerRe: How Pin
#realJSOP6-Sep-08 1:57
professional#realJSOP6-Sep-08 1:57 
AnswerRe: How Pin
Ed.Poore6-Sep-08 8:09
Ed.Poore6-Sep-08 8:09 
AnswerRe: How Pin
Mbah Dhaim6-Sep-08 8:16
Mbah Dhaim6-Sep-08 8:16 
GeneralRe: How Pin
#realJSOP6-Sep-08 9:10
professional#realJSOP6-Sep-08 9:10 
GeneralRe: How Pin
Mbah Dhaim6-Sep-08 9:28
Mbah Dhaim6-Sep-08 9:28 
GeneralRe: How Pin
#realJSOP6-Sep-08 10:36
professional#realJSOP6-Sep-08 10:36 
RantRe: How Pin
Mbah Dhaim6-Sep-08 11:25
Mbah Dhaim6-Sep-08 11:25 
GeneralRe: How Pin
Guffa6-Sep-08 12:43
Guffa6-Sep-08 12:43 
GeneralRe: How Pin
Blue_Boy6-Sep-08 13:07
Blue_Boy6-Sep-08 13:07 
GeneralRe: How Pin
#realJSOP7-Sep-08 2:01
professional#realJSOP7-Sep-08 2:01 
QuestionHow to convert one byte to string? Pin
nhatvhm6-Sep-08 0:44
nhatvhm6-Sep-08 0:44 
AnswerRe: How to convert one byte to string? Pin
prasadbuddhika6-Sep-08 0:59
prasadbuddhika6-Sep-08 0:59 
AnswerRe: How to convert one byte to string? Pin
User 66586-Sep-08 1:08
User 66586-Sep-08 1:08 
AnswerRe: How to convert one byte to string? Pin
Guffa6-Sep-08 1:51
Guffa6-Sep-08 1:51 
If you encode a single character into bytes using the UTF-8 encoding, it can result in more than a single byte. It wouldn't make sense to have a method that decodes a single byte, as that would only work on a very limited part of the character set.

If you have a character that actually was encoded into a single byte, you just have to put that byte in an array to decode it.

If you are trying to decode data byte by byte, that doesn't work, as some characters may need more than one byte of the data.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: How to convert one byte to string? Pin
Daniel Grunwald6-Sep-08 2:03
Daniel Grunwald6-Sep-08 2:03 
Questionproblem with asymchronus decrypting Pin
prasadbuddhika6-Sep-08 0:22
prasadbuddhika6-Sep-08 0:22 
AnswerRe: problem with asymchronus decrypting Pin
leppie6-Sep-08 5:40
leppie6-Sep-08 5:40 
AnswerRe: problem with asymchronus decrypting Pin
Mbah Dhaim6-Sep-08 8:24
Mbah Dhaim6-Sep-08 8:24 
QuestionFade in control in C# Pin
Chazzysb6-Sep-08 0:07
Chazzysb6-Sep-08 0:07 
AnswerRe: Fade in control in C# Pin
#realJSOP6-Sep-08 2:01
professional#realJSOP6-Sep-08 2:01 

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.