Click here to Skip to main content
15,889,034 members
Home / Discussions / C#
   

C#

 
GeneralRe: best way for a client/server program [modified] Pin
teknolog12310-Oct-09 9:49
teknolog12310-Oct-09 9:49 
GeneralRe: best way for a client/server program Pin
Xmen Real 10-Oct-09 20:31
professional Xmen Real 10-Oct-09 20:31 
AnswerRe: best way for a client/server program Pin
harold aptroot10-Oct-09 9:16
harold aptroot10-Oct-09 9:16 
GeneralRe: best way for a client/server program Pin
Md. Marufuzzaman10-Oct-09 9:21
professionalMd. Marufuzzaman10-Oct-09 9:21 
GeneralRe: best way for a client/server program Pin
harold aptroot10-Oct-09 9:28
harold aptroot10-Oct-09 9:28 
GeneralRe: best way for a client/server program Pin
PaulSMvno5-Dec-19 20:42
PaulSMvno5-Dec-19 20:42 
GeneralRe: best way for a client/server program Pin
teknolog12310-Oct-09 9:22
teknolog12310-Oct-09 9:22 
Questionc# to vb.bet Pin
Tamimi - Code10-Oct-09 7:52
Tamimi - Code10-Oct-09 7:52 
hi,
Could someone please translate this code to vb.net ?
static string str= "OKVALUES";
static string encode(string s)
{
 string strTest = "";
 for (int i = 0; i < s.Length; i++)
 {
   byte b = (byte)s[i];
   strTest += str[b >> 4];
   strTest += str[b & 0xf];
 }
 return strTest ;
}



When you get mad...THINK twice that the only advice
Tamimi - Code

AnswerRe: c# to vb.bet Pin
dan!sh 10-Oct-09 8:42
professional dan!sh 10-Oct-09 8:42 
AnswerRe: c# to vb.bet Pin
SimpleData10-Oct-09 8:43
SimpleData10-Oct-09 8:43 
GeneralRe: c# to vb.bet Pin
Md. Marufuzzaman10-Oct-09 8:53
professionalMd. Marufuzzaman10-Oct-09 8:53 
GeneralRe: c# to vb.bet Pin
Luc Pattyn10-Oct-09 9:30
sitebuilderLuc Pattyn10-Oct-09 9:30 
AnswerRe: c# to vb.bet Pin
Not Active10-Oct-09 8:49
mentorNot Active10-Oct-09 8:49 
GeneralRe: c# to vb.bet Pin
Md. Marufuzzaman10-Oct-09 9:02
professionalMd. Marufuzzaman10-Oct-09 9:02 
AnswerRe: c# to vb.bet Pin
Tamimi - Code10-Oct-09 20:02
Tamimi - Code10-Oct-09 20:02 
QuestionHow to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 5:47
lvq68410-Oct-09 5:47 
AnswerRe: How to get md5 value or alike from arraylist? Pin
Richard MacCutchan10-Oct-09 5:53
mveRichard MacCutchan10-Oct-09 5:53 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 5:56
lvq68410-Oct-09 5:56 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Richard MacCutchan10-Oct-09 6:18
mveRichard MacCutchan10-Oct-09 6:18 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 6:31
lvq68410-Oct-09 6:31 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Xmen Real 10-Oct-09 20:26
professional Xmen Real 10-Oct-09 20:26 
AnswerRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 11:02
sitebuilderLuc Pattyn10-Oct-09 11:02 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 12:26
lvq68410-Oct-09 12:26 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 12:45
sitebuilderLuc Pattyn10-Oct-09 12:45 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 21:52
lvq68410-Oct-09 21:52 

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.