Tagged Questions

21
votes
7answers
25k views

Determine the number of lines within a text file

Is there an easy way to programmatically determine the number of lines within a text file?
2
votes
3answers
664 views

C#: Read data from txt file

I have an .EDF (text) file. The file's contents are as follows: ConfigFile.Sample, Software v0.32, CP Version 0.32 [123_Float][2] [127_Number][0] [039_Code][70] I wnat to read these ...
1
vote
4answers
405 views

saving a text file in client side without asking for permission any time

I need to save a text file on the client side possibly without permission. The case is that I need to save this text file in a shared folder in this or in another machine in the lan. This text file is ...
1
vote
5answers
361 views

how to copy text file in text box using c#?

i like to copy the whole textfile into multiline textbox ,how can i do these? Thanks in Advance
1
vote
1answer
729 views

How do I insert text into textbox from line in file in multiple textboxes?

I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results. I have a Form with 9 TextBox controls, and a PlainText file with 9 lines ...
0
votes
2answers
54 views

I cannot write text to a text file [closed]

Possible Duplicate: The file is being used by another process, I must close it? How? I'm not sure why is that but I cannot write some data into text file. I am doing like so: private ...
0
votes
2answers
361 views

How to delete the content from text file while deleting from datagridview

I am having a datagridview where the content of that datagridview will be from my sample text file. When i click on load i will have the data from sample.txt and that data in that text file is shown ...