Click here to Skip to main content
15,921,062 members
Home / Discussions / C#
   

C#

 
AnswerRe: help!! replace string Pin
saud_a_k16-Jan-07 3:50
saud_a_k16-Jan-07 3:50 
QuestionSetUp and Deployment with all prerequisites Pin
saud_a_k16-Jan-07 3:29
saud_a_k16-Jan-07 3:29 
AnswerRe: SetUp and Deployment with all prerequisites Pin
Glen Harvy16-Jan-07 18:43
Glen Harvy16-Jan-07 18:43 
Questionexcel and carriage returns Pin
tim_gunning16-Jan-07 2:56
tim_gunning16-Jan-07 2:56 
QuestionWindows Service - VS2005 c# Pin
NicSch16-Jan-07 2:10
NicSch16-Jan-07 2:10 
AnswerRe: Windows Service - VS2005 c# Pin
Pete O'Hanlon16-Jan-07 2:54
mvePete O'Hanlon16-Jan-07 2:54 
GeneralRe: Windows Service - VS2005 c# Pin
NicSch16-Jan-07 18:04
NicSch16-Jan-07 18:04 
QuestionBinary .dat files Pin
KeithF16-Jan-07 1:54
KeithF16-Jan-07 1:54 
Hi Guys,

Does anyone know how to deal with leagcy binary .dat files in .Net i have a few systems in C that write to .dat files 1 example is the following structure:

typedef struct AccountIndexData {
char Account[12];
long Record;
} AccountIndex;

typedef struct AccountDataFormat{
char Account[12];
char Company[32];
char Address[4][32];
char TelFax[2][18];
char Contact[22];
int PriceLevel;
int Stop;
int Cash;
long First;
long Last;
long Limit;
long Balance[5];
int Lock;
} AccountData;

My question is how do i handle these files in & retrieve information from a .Net application

Thanks

Keith
AnswerRe: Binary .dat files Pin
Ed.Poore16-Jan-07 2:13
Ed.Poore16-Jan-07 2:13 
AnswerRe: Binary .dat files Pin
ednrgc16-Jan-07 2:15
ednrgc16-Jan-07 2:15 
GeneralRe: Binary .dat files Pin
KeithF16-Jan-07 2:22
KeithF16-Jan-07 2:22 
AnswerRe: Binary .dat files Pin
Luc Pattyn16-Jan-07 3:19
sitebuilderLuc Pattyn16-Jan-07 3:19 
GeneralRe: Binary .dat files Pin
KeithF16-Jan-07 5:49
KeithF16-Jan-07 5:49 
QuestionTcpClient.Connect(...) taking too much time ! Pin
Zoltan Balazs16-Jan-07 1:42
Zoltan Balazs16-Jan-07 1:42 
Questiongetfiles problem Pin
justintimberlake16-Jan-07 1:19
justintimberlake16-Jan-07 1:19 
AnswerRe: getfiles problem Pin
ednrgc16-Jan-07 1:49
ednrgc16-Jan-07 1:49 
AnswerRe: getfiles problem Pin
KeithF16-Jan-07 2:59
KeithF16-Jan-07 2:59 
Questionproblem with <iframe> tag. Pin
hdv21216-Jan-07 1:14
hdv21216-Jan-07 1:14 
AnswerRe: problem with <iframe> tag. Pin
ednrgc16-Jan-07 1:51
ednrgc16-Jan-07 1:51 
Questioncommunicate to usb with c# Pin
guy222216-Jan-07 0:56
guy222216-Jan-07 0:56 
AnswerRe: communicate to usb with c# Pin
ednrgc16-Jan-07 1:55
ednrgc16-Jan-07 1:55 
QuestionSOAP serializable. Pin
topcatalpha16-Jan-07 0:43
topcatalpha16-Jan-07 0:43 
AnswerRe: SOAP serializable. Pin
topcatalpha16-Jan-07 1:39
topcatalpha16-Jan-07 1:39 
Questioncopy array string to by byte array Pin
Jeeva Jose16-Jan-07 0:26
Jeeva Jose16-Jan-07 0:26 
AnswerRe: copy array string to by byte array Pin
goyal manish16-Jan-07 1:04
goyal manish16-Jan-07 1:04 

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.