Click here to Skip to main content
15,902,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: File Transfer using C# Pin
Luke Lovegrove7-Aug-08 2:47
Luke Lovegrove7-Aug-08 2:47 
GeneralRe: File Transfer using C# [modified] Pin
Ian Uy7-Aug-08 2:55
Ian Uy7-Aug-08 2:55 
GeneralRe: File Transfer using C# Pin
Luke Lovegrove7-Aug-08 3:18
Luke Lovegrove7-Aug-08 3:18 
QuestionC# Equivalent code for C++ Pin
Raheem MA7-Aug-08 1:04
Raheem MA7-Aug-08 1:04 
AnswerRe: C# Equivalent code for C++ Pin
blackjack21507-Aug-08 1:07
blackjack21507-Aug-08 1:07 
GeneralRe: C# Equivalent code for C++ Pin
Raheem MA7-Aug-08 1:15
Raheem MA7-Aug-08 1:15 
AnswerRe: C# Equivalent code for C++ Pin
Guffa7-Aug-08 3:06
Guffa7-Aug-08 3:06 
AnswerRe: C# Equivalent code for C++ Pin
Dave Doknjas7-Aug-08 12:56
Dave Doknjas7-Aug-08 12:56 
(via C++ to C# Converter):

byte[] CardType = new byte[2];

stu = MF_Request(DeviceAddr, 0, CardType);
Message("Request Card", stu);

string str;
string code = new string(new char[100]);
if (stu == 0)
{
str = " ==> CardType(Hex): ";
code = string.Format("{0:X2}{1:X2}", CardType[0], CardType[1]);
str += code;
}

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
VB & C# to Java Converter
Java to VB & C# Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI

Questionpop3 encoding problems Pin
GeorgeBerry7-Aug-08 0:30
GeorgeBerry7-Aug-08 0:30 
AnswerRe: pop3 encoding problems Pin
leppie7-Aug-08 2:54
leppie7-Aug-08 2:54 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:00
GeorgeBerry7-Aug-08 3:00 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:04
leppie7-Aug-08 3:04 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:26
GeorgeBerry7-Aug-08 3:26 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:31
leppie7-Aug-08 3:31 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:43
GeorgeBerry7-Aug-08 3:43 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:45
leppie7-Aug-08 3:45 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:58
GeorgeBerry7-Aug-08 3:58 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 4:18
leppie7-Aug-08 4:18 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:50
Jacques Bosch7-Aug-08 9:50 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:53
Jacques Bosch7-Aug-08 9:53 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry10-Aug-08 23:34
GeorgeBerry10-Aug-08 23:34 
Questionmissing operand ?? Pin
Hum Dum6-Aug-08 23:45
Hum Dum6-Aug-08 23:45 
AnswerRe: missing operand ?? Pin
Torsten Mauz6-Aug-08 23:59
Torsten Mauz6-Aug-08 23:59 
Questionconverting pixel array to image Pin
AmitDey6-Aug-08 22:54
AmitDey6-Aug-08 22:54 
AnswerRe: converting pixel array to image Pin
stancrm7-Aug-08 0:51
stancrm7-Aug-08 0: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.