Click here to Skip to main content
15,909,835 members
Home / Discussions / C#
   

C#

 
GeneralRe: Connecting to database Pin
Rob Philpott9-Feb-09 23:50
Rob Philpott9-Feb-09 23:50 
GeneralRe: Connecting to database Pin
kibromg10-Feb-09 0:05
kibromg10-Feb-09 0:05 
GeneralRe: Connecting to database Pin
Rob Philpott10-Feb-09 0:19
Rob Philpott10-Feb-09 0:19 
GeneralRe: Connecting to database Pin
kibromg10-Feb-09 0:37
kibromg10-Feb-09 0:37 
GeneralRe: Connecting to database Pin
Rob Philpott10-Feb-09 0:57
Rob Philpott10-Feb-09 0:57 
GeneralRe: Connecting to database Pin
kibromg10-Feb-09 1:09
kibromg10-Feb-09 1:09 
QuestionExtract data in a binary file using c# Pin
mamamiya_9-Feb-09 5:18
mamamiya_9-Feb-09 5:18 
AnswerRe: Extract data in a binary file using c# Pin
led mike9-Feb-09 5:32
led mike9-Feb-09 5:32 
mamamiya_ wrote:
Hello everybody


welcome to CodeProject Beer | [beer]

mamamiya_ wrote:
I have a binary file


For File I/O discussions "binary" means the data in the file contains bytes with the value of ZERO. In that case using String library functions are problematic.

mamamiya_ wrote:
How can I


You need to parse the file. If, as discussed above, the data is all string data then there are numerous methods such as Regular Expressions. However deciding the best method of parsing and searching the data requires a knowledge of the file format.
AnswerRe: Extract data in a binary file using c# Pin
#realJSOP9-Feb-09 5:56
professional#realJSOP9-Feb-09 5:56 
GeneralRe: Extract data in a binary file using c# Pin
mamamiya_9-Feb-09 6:21
mamamiya_9-Feb-09 6:21 
Question[Message Deleted] Pin
suni_dotnet9-Feb-09 5:07
suni_dotnet9-Feb-09 5:07 
QuestionRe: my senerio Pin
led mike9-Feb-09 5:11
led mike9-Feb-09 5:11 
AnswerRe: my senerio Pin
Dan Neely9-Feb-09 5:39
Dan Neely9-Feb-09 5:39 
QuestionFileSystemWatcher Pin
Jacob D Dixon9-Feb-09 5:03
Jacob D Dixon9-Feb-09 5:03 
AnswerRe: FileSystemWatcher Pin
led mike9-Feb-09 5:10
led mike9-Feb-09 5:10 
GeneralRe: FileSystemWatcher Pin
Jacob D Dixon9-Feb-09 5:18
Jacob D Dixon9-Feb-09 5:18 
GeneralRe: FileSystemWatcher Pin
led mike9-Feb-09 5:20
led mike9-Feb-09 5:20 
GeneralRe: FileSystemWatcher Pin
Jacob D Dixon9-Feb-09 5:22
Jacob D Dixon9-Feb-09 5:22 
GeneralRe: FileSystemWatcher Pin
led mike9-Feb-09 5:36
led mike9-Feb-09 5:36 
GeneralRe: FileSystemWatcher Pin
Jacob D Dixon9-Feb-09 5:49
Jacob D Dixon9-Feb-09 5:49 
AnswerRe: FileSystemWatcher Pin
#realJSOP9-Feb-09 5:58
professional#realJSOP9-Feb-09 5:58 
GeneralRe: FileSystemWatcher Pin
Jacob D Dixon9-Feb-09 6:03
Jacob D Dixon9-Feb-09 6:03 
AnswerRe: FileSystemWatcher Pin
Giorgi Dalakishvili9-Feb-09 6:32
mentorGiorgi Dalakishvili9-Feb-09 6:32 
Questionhow can I know if I come to end of the page using webbrowser in windows application. Pin
Member 46517299-Feb-09 4:40
Member 46517299-Feb-09 4:40 
AnswerRe: how can I know if I come to end of the page using webbrowser in windows application. Pin
vaghelabhavesh9-Feb-09 5:30
vaghelabhavesh9-Feb-09 5:30 

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.