Click here to Skip to main content
15,907,329 members
Home / Discussions / C#
   

C#

 
GeneralC# Dynamic Assembly Pin
anders2-Apr-03 4:15
anders2-Apr-03 4:15 
GeneralRe: C# Dynamic Assembly Pin
Oleksandr Kucherenko3-Apr-03 5:01
Oleksandr Kucherenko3-Apr-03 5:01 
Question.net Attributes? Pin
Roger Alsing2-Apr-03 0:54
Roger Alsing2-Apr-03 0:54 
AnswerRe: .net Attributes? Pin
Nick Parker2-Apr-03 4:42
protectorNick Parker2-Apr-03 4:42 
GeneralActive Directory - Users or whatever Pin
Velichko Sarev2-Apr-03 0:02
Velichko Sarev2-Apr-03 0:02 
GeneralRe: Active Directory - Users or whatever Pin
Mazdak2-Apr-03 7:49
Mazdak2-Apr-03 7:49 
GeneralRe: Active Directory - Users or whatever Pin
wangzhibin2-Apr-03 14:30
wangzhibin2-Apr-03 14:30 
GeneralC# and CVS Pin
se99ts1-Apr-03 22:58
se99ts1-Apr-03 22:58 
Questionhow to program with c# for exchange 2000 Pin
wangzhibin1-Apr-03 22:38
wangzhibin1-Apr-03 22:38 
AnswerRe: how to program with c# for exchange 2000 Pin
Kannan Kalyanaraman1-Apr-03 23:04
Kannan Kalyanaraman1-Apr-03 23:04 
GeneralStoring application configuration Pin
peterchen1-Apr-03 22:13
peterchen1-Apr-03 22:13 
GeneralRe: Storing application configuration Pin
Kannan Kalyanaraman1-Apr-03 23:02
Kannan Kalyanaraman1-Apr-03 23:02 
General"using " confuse me Pin
ZBUILDER1-Apr-03 22:07
ZBUILDER1-Apr-03 22:07 
GeneralRe: "using " confuse me Pin
James T. Johnson2-Apr-03 1:49
James T. Johnson2-Apr-03 1:49 
GeneralOnProgressChange Pin
monrobot131-Apr-03 13:50
monrobot131-Apr-03 13:50 
GeneralRe: OnProgressChange Pin
Stephane Rodriguez.3-Apr-03 1:33
Stephane Rodriguez.3-Apr-03 1:33 
GeneralImagelist Problems Pin
CSharpDavid1-Apr-03 11:46
CSharpDavid1-Apr-03 11:46 
GeneralRe: Imagelist Problems Pin
James T. Johnson2-Apr-03 1:53
James T. Johnson2-Apr-03 1:53 
QuestionConvert String to byte[] and vice versa? Pin
Member 961-Apr-03 11:27
Member 961-Apr-03 11:27 
AnswerRe: Convert String to byte[] and vice versa? Pin
Nick Parker1-Apr-03 11:34
protectorNick Parker1-Apr-03 11:34 
GeneralRe: Convert String to byte[] and vice versa? Pin
Member 961-Apr-03 11:43
Member 961-Apr-03 11:43 
GeneralRe: Convert String to byte[] and vice versa? Pin
Member 961-Apr-03 12:41
Member 961-Apr-03 12:41 
GeneralRe: Convert String to byte[] and vice versa? Pin
David Stone1-Apr-03 17:04
sitebuilderDavid Stone1-Apr-03 17:04 
Usually when you're doing something that looks like it's a hackjob...you haven't looked hard enough for something in the Framework:

byte[] myByteArray = DoSomething();
System.Text.UnicodeEncoding encoder = new System.Text.UnicodeEncoding();
string result = encoder.GetString(myByteArray);


Smile | :)


Hawaian shirts and shorts work too in Summer.
People assume you're either a complete nut (in which case not a worthy target) or so damn good you don't need to worry about camouflage...

-Anna-Jayne Metcalfe on Paintballing

GeneralRe: Convert String to byte[] and vice versa? Pin
Member 961-Apr-03 18:34
Member 961-Apr-03 18:34 
AnswerRe: Convert String to byte[] and vice versa? Pin
Alexander Kojevnikov1-Apr-03 20:49
Alexander Kojevnikov1-Apr-03 20:49 

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.