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

C#

 
Questionhow to incorporate OCR functionality in web application Pin
sribachana30-Oct-06 18:55
sribachana30-Oct-06 18:55 
QuestionNeed help its urgent please please help Pin
Kunal Sagwaria30-Oct-06 18:46
Kunal Sagwaria30-Oct-06 18:46 
AnswerRe: Need help its urgent please please help Pin
Haseeb Mukhtar30-Oct-06 20:14
Haseeb Mukhtar30-Oct-06 20:14 
GeneralRe: Need help its urgent please please help Pin
Kunal Sagwaria30-Oct-06 20:24
Kunal Sagwaria30-Oct-06 20:24 
GeneralRe: Need help its urgent please please help Pin
subrata.jana30-Oct-06 22:16
subrata.jana30-Oct-06 22:16 
GeneralRe: Need help its urgent please please help Pin
J4amieC30-Oct-06 23:03
J4amieC30-Oct-06 23:03 
QuestionHow to caputure IE7 Active Tab URL Pin
Charith Jayasundara30-Oct-06 18:20
Charith Jayasundara30-Oct-06 18:20 
QuestionHow to send a wmv or avi file inline to/from outlook? Pin
Hemant kulkarni30-Oct-06 18:18
Hemant kulkarni30-Oct-06 18:18 
QuestionQuestion about distributed application ? Pin
quangnd280230-Oct-06 17:14
quangnd280230-Oct-06 17:14 
AnswerRe: Question about distributed application ? Pin
Professor Sharada Ulhas30-Oct-06 18:08
Professor Sharada Ulhas30-Oct-06 18:08 
AnswerRe: Question about distributed application ? Pin
quangnd280230-Oct-06 19:20
quangnd280230-Oct-06 19:20 
JokeRe: Question about distributed application ? Pin
Martin#30-Oct-06 23:11
Martin#30-Oct-06 23:11 
QuestionConvert Rtf from RichTextBox to Html Pin
1010210630-Oct-06 12:18
1010210630-Oct-06 12:18 
QuestionHow To play streaming video (avi/divx)? Pin
hdv21230-Oct-06 11:57
hdv21230-Oct-06 11:57 
QuestionMonitor SOAP body for webservices Pin
Werdna30-Oct-06 10:58
Werdna30-Oct-06 10:58 
AnswerRe: Monitor SOAP body for webservices Pin
e-laj30-Oct-06 16:44
e-laj30-Oct-06 16:44 
AnswerRe: Monitor SOAP body for webservices Pin
subrata.jana30-Oct-06 22:26
subrata.jana30-Oct-06 22:26 
AnswerRe: Monitor SOAP body for webservices Pin
Werdna31-Oct-06 12:50
Werdna31-Oct-06 12:50 
QuestionWeb page automation help Pin
Darkevil-neo30-Oct-06 9:48
Darkevil-neo30-Oct-06 9:48 
QuestionNat Problem Pin
snouto30-Oct-06 9:24
snouto30-Oct-06 9:24 
Questionhow to turn off computer Pin
kobi10i1030-Oct-06 6:52
kobi10i1030-Oct-06 6:52 
AnswerRe: how to turn off computer Pin
Vega0230-Oct-06 6:57
Vega0230-Oct-06 6:57 
Questionread a line from a text file Pin
Tom Wright30-Oct-06 6:34
Tom Wright30-Oct-06 6:34 
AnswerRe: read a line from a text file Pin
Vega0230-Oct-06 7:15
Vega0230-Oct-06 7:15 
Try using TextReader.ReadLine[^] to read individual lines from the file, then String.Split[^] to get an array of the individual CSV fields. This should allow you to manipulate the data as you see fit, then you can just write the modified data back out to a new file.
GeneralRe: read a line from a text file Pin
Vega0230-Oct-06 7:17
Vega0230-Oct-06 7:17 

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.