Click here to Skip to main content
15,881,827 members
Home / Discussions / C#
   

C#

 
GeneralRe: startup parameters? Pin
Nick Parker11-Jan-04 11:38
protectorNick Parker11-Jan-04 11:38 
GeneralRe: startup parameters? Pin
Heath Stewart11-Jan-04 11:42
protectorHeath Stewart11-Jan-04 11:42 
QuestionRegEx Guru? Pin
Rocky Moore11-Jan-04 10:13
Rocky Moore11-Jan-04 10:13 
AnswerRe: RegEx Guru? Pin
Heath Stewart11-Jan-04 11:35
protectorHeath Stewart11-Jan-04 11:35 
AnswerRe: RegEx Guru? Pin
Rocky Moore11-Jan-04 16:47
Rocky Moore11-Jan-04 16:47 
GeneralCoding search and replace on content of file Pin
cgcrute11-Jan-04 5:59
cgcrute11-Jan-04 5:59 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 6:12
Mazdak11-Jan-04 6:12 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 8:50
cgcrute11-Jan-04 8:50 
I didn't include the code I had come up with as it amounts to 2 lines! Don't forget I'm starting out - although I have worked miracles so far!

Here's the code anyhow, for what it's worth:

FileStream reportFile = new FileStream(saveFileDialog1.FileName, System.IO.FileMode.Open, System.IO.FileAccess.ReadWrite);

BinaryReader reportBin = new BinaryReader(reportFile);

GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 9:11
Mazdak11-Jan-04 9:11 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 9:24
cgcrute11-Jan-04 9:24 
GeneralRe: Coding search and replace on content of file Pin
Meysam Mahfouzi11-Jan-04 18:38
Meysam Mahfouzi11-Jan-04 18:38 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 20:01
Mazdak11-Jan-04 20:01 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 0:06
Jonathan de Halleux12-Jan-04 0:06 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 0:17
cgcrute12-Jan-04 0:17 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 1:44
Jonathan de Halleux12-Jan-04 1:44 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 2:13
cgcrute12-Jan-04 2:13 
QuestionHow to simulate map c++ collection in c# Pin
Rostrox11-Jan-04 5:15
Rostrox11-Jan-04 5:15 
AnswerRe: How to simulate map c++ collection in c# Pin
Kentamanos11-Jan-04 10:29
Kentamanos11-Jan-04 10:29 
AnswerRe: How to simulate map c++ collection in c# Pin
Heath Stewart11-Jan-04 10:30
protectorHeath Stewart11-Jan-04 10:30 
GeneralWindows Messages Pin
Stefan Troschuetz11-Jan-04 3:30
Stefan Troschuetz11-Jan-04 3:30 
GeneralRe: Windows Messages Pin
Niels Penneman11-Jan-04 3:34
Niels Penneman11-Jan-04 3:34 
GeneralRe: Windows Messages Pin
Heath Stewart11-Jan-04 11:41
protectorHeath Stewart11-Jan-04 11:41 
GeneralRunning Applications Pin
Paragass11-Jan-04 2:09
Paragass11-Jan-04 2:09 
GeneralRe: Running Applications Pin
Mazdak11-Jan-04 2:36
Mazdak11-Jan-04 2:36 
GeneralRe: Running Applications Pin
Paragass11-Jan-04 6:44
Paragass11-Jan-04 6:44 

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.