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

C#

 
Questionwriting to a text file Pin
Kyle Maldonado29-Nov-07 17:36
Kyle Maldonado29-Nov-07 17:36 
AnswerRe: writing to a text file Pin
PIEBALDconsult29-Nov-07 17:46
mvePIEBALDconsult29-Nov-07 17:46 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 17:51
Kyle Maldonado29-Nov-07 17:51 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 18:24
Kyle Maldonado29-Nov-07 18:24 
GeneralRe: writing to a text file Pin
gericooper29-Nov-07 20:19
gericooper29-Nov-07 20:19 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 20:21
Kyle Maldonado29-Nov-07 20:21 
GeneralRe: writing to a text file Pin
gericooper29-Nov-07 20:32
gericooper29-Nov-07 20:32 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 20:35
Kyle Maldonado29-Nov-07 20:35 
When I say fixed size i mean that

NAMESIZE = 30

if (txtName.length < NAMESIZE)
{
txtName.PadRight(NAMESIZE).Substring(0,NAMESIZE);
}

so then all the records are the same size so its easier to pull data out.

(The above code was just written fast, may not be correct)


Kyle Maldonado

GeneralRe: writing to a text file Pin
PIEBALDconsult30-Nov-07 3:35
mvePIEBALDconsult30-Nov-07 3:35 
GeneralRe: writing to a text file Pin
Luc Pattyn30-Nov-07 1:08
sitebuilderLuc Pattyn30-Nov-07 1:08 
QuestionHow to have program respond to code created button Pin
Jordanwb29-Nov-07 15:13
Jordanwb29-Nov-07 15:13 
AnswerRe: How to have program respond to code created button Pin
MickCurley29-Nov-07 15:27
MickCurley29-Nov-07 15:27 
GeneralRe: How to have program respond to code created button Pin
Jordanwb29-Nov-07 15:29
Jordanwb29-Nov-07 15:29 
GeneralRe: How to have program respond to code created button Pin
MickCurley29-Nov-07 15:42
MickCurley29-Nov-07 15:42 
GeneralRe: How to have program respond to code created button Pin
Jordanwb29-Nov-07 15:51
Jordanwb29-Nov-07 15:51 
GeneralRe: How to have program respond to code created button Pin
gericooper29-Nov-07 20:24
gericooper29-Nov-07 20:24 
AnswerRe: How to have program respond to code created button Pin
Luc Pattyn29-Nov-07 15:51
sitebuilderLuc Pattyn29-Nov-07 15:51 
GeneralRe: How to have program respond to code created button Pin
Jordanwb30-Nov-07 2:49
Jordanwb30-Nov-07 2:49 
GeneralRe: How to have program respond to code created button Pin
Luc Pattyn30-Nov-07 2:59
sitebuilderLuc Pattyn30-Nov-07 2:59 
QuestionQuestion about the number of Controls in a Form Pin
chinajuanbob29-Nov-07 14:34
chinajuanbob29-Nov-07 14:34 
AnswerRe: Question about the number of Controls in a Form Pin
Christian Graus29-Nov-07 14:38
protectorChristian Graus29-Nov-07 14:38 
AnswerRe: Question about the number of Controls in a Form Pin
Anthony Mushrow29-Nov-07 14:47
professionalAnthony Mushrow29-Nov-07 14:47 
GeneralRe: Question about the number of Controls in a Form Pin
Brady Kelly29-Nov-07 18:14
Brady Kelly29-Nov-07 18:14 
JokeRe: Question about the number of Controls in a Form Pin
Luc Pattyn29-Nov-07 15:54
sitebuilderLuc Pattyn29-Nov-07 15:54 
QuestionAccessing embeded resources Pin
shea85129-Nov-07 13:52
shea85129-Nov-07 13: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.