Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is this correct Pin
Programm3r15-Apr-08 4:10
Programm3r15-Apr-08 4:10 
GeneralRe: Is this correct Pin
papadimitriou15-Apr-08 4:19
papadimitriou15-Apr-08 4:19 
GeneralRe: struct array in C# Pin
leppie15-Apr-08 4:23
leppie15-Apr-08 4:23 
QuestionBroadcasting Issue Pin
Shouvik Das15-Apr-08 2:31
Shouvik Das15-Apr-08 2:31 
GeneralRe: Broadcasting Issue Pin
Dave Kreskowiak15-Apr-08 4:21
mveDave Kreskowiak15-Apr-08 4:21 
GeneralRe: Broadcasting Issue Pin
Shouvik Das15-Apr-08 4:27
Shouvik Das15-Apr-08 4:27 
GeneralRe: Broadcasting Issue Pin
leppie15-Apr-08 6:09
leppie15-Apr-08 6:09 
QuestionConvert the string to ASCII(HEX) Pin
merh15-Apr-08 2:21
merh15-Apr-08 2:21 
Hi,
I need help how I can convert the string below to ASCII(HEX)
for (int i = 0; i<=5; i++)
{
int counter = 0x0 + i;
string destinationAdress += (char)s[counter];
...
}

Thanks in advaced
merh
GeneralRe: Convert the string to ASCII(HEX) Pin
Luc Pattyn15-Apr-08 4:06
sitebuilderLuc Pattyn15-Apr-08 4:06 
AnswerRe: Convert the string to ASCII(HEX) Pin
merh15-Apr-08 21:17
merh15-Apr-08 21:17 
GeneralRe: Convert the string to ASCII(HEX) Pin
Luc Pattyn16-Apr-08 0:23
sitebuilderLuc Pattyn16-Apr-08 0:23 
QuestionCopy Process Console to clipboard Pin
dwrst15-Apr-08 2:01
dwrst15-Apr-08 2:01 
GeneralRe: Copy Process Console to clipboard Pin
J a a n s15-Apr-08 3:02
professionalJ a a n s15-Apr-08 3:02 
GeneralRe: Copy Process Console to clipboard Pin
dwrst15-Apr-08 7:46
dwrst15-Apr-08 7:46 
GeneralRe: Copy Process Console to clipboard Pin
Luc Pattyn15-Apr-08 4:09
sitebuilderLuc Pattyn15-Apr-08 4:09 
GeneralRe: Copy Process Console to clipboard Pin
dwrst15-Apr-08 7:45
dwrst15-Apr-08 7:45 
GeneralRe: Copy Process Console to clipboard Pin
Luc Pattyn15-Apr-08 11:03
sitebuilderLuc Pattyn15-Apr-08 11:03 
QuestionTrial version of a Software [modified] Pin
LAYEEQ AHMED KHAN15-Apr-08 1:41
LAYEEQ AHMED KHAN15-Apr-08 1:41 
GeneralRe: Trial version of a Software Pin
Christian Graus15-Apr-08 1:58
protectorChristian Graus15-Apr-08 1:58 
GeneralRe: Trial version of a Software Pin
papadimitriou15-Apr-08 4:32
papadimitriou15-Apr-08 4:32 
General[Message Deleted] Pin
pyde15-Apr-08 1:21
pyde15-Apr-08 1:21 
GeneralRe: problem with a modalPopUpExtender Pin
Christian Graus15-Apr-08 1:22
protectorChristian Graus15-Apr-08 1:22 
GeneralRead binary files with Progressbar Pin
Ian Uy15-Apr-08 1:18
Ian Uy15-Apr-08 1:18 
GeneralRe: Read binary files with Progressbar Pin
Christian Graus15-Apr-08 1:20
protectorChristian Graus15-Apr-08 1:20 
GeneralRe: Read binary files with Progressbar Pin
Ian Uy15-Apr-08 1:26
Ian Uy15-Apr-08 1:26 

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.