blah blah blah is here! blah blah » Close

0
votes
1 answers

function to write text to a file on desktop

hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...

0
votes
1 answers

reading and writing text files (parsing logs)

hi all, i am a newbie in all the C# world. i have to create an application that will take a certain log and will do parsing to it. first of all it needs to read the lines that contains a certain string and write it to another log with just ...

0
votes
1 answers

help with course work

I'm a second year university student sound computing. one of my courses Application and Web Development require a piece of course work to be developed in C# and asp.net. I'm currently struggling realy badly and need some help. was wondering ...

0
votes
1 answers

Write exact location in text file

Hello, Is it possible to write to an exact location in a text file. So write to some 'point' in your text file. what I mean with it is the following: These are some examples of locations in a text file. [url]http://users.telenet. ...

0
votes
1 answers

write a program in c# to display prime numbers till the number entered by user.

write a program in c# to display prime numbers till the number entered by user.

0
votes
1 answers

Write and Read Xml Document in A single Process

Please help me to solve this problem. I've a method to write (Thank's to Mr Vulpes) and read Xml document but i put it in a single process, here is the code : [code]void createXMLConnection(){ int valfc=0; ...

Feedback