Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serialization Question Pin
Ravi Bhavnani10-Aug-10 5:31
professionalRavi Bhavnani10-Aug-10 5:31 
Questionsocet programming Pin
full mokh8-Aug-10 20:48
full mokh8-Aug-10 20:48 
AnswerRe: socet programming Pin
Richard MacCutchan8-Aug-10 21:27
mveRichard MacCutchan8-Aug-10 21:27 
QuestionCopy raw file image Pin
devvvy8-Aug-10 18:27
devvvy8-Aug-10 18:27 
AnswerRe: Copy raw file image Pin
Dave Kreskowiak8-Aug-10 19:09
mveDave Kreskowiak8-Aug-10 19:09 
GeneralRe: Copy raw file image Pin
devvvy8-Aug-10 19:46
devvvy8-Aug-10 19:46 
GeneralRe: Copy raw file image Pin
Mustafa Ismail Mustafa8-Aug-10 20:13
Mustafa Ismail Mustafa8-Aug-10 20:13 
GeneralRe: Copy raw file image Pin
devvvy8-Aug-10 20:35
devvvy8-Aug-10 20:35 
GeneralRe: Copy raw file image Pin
Richard MacCutchan8-Aug-10 21:24
mveRichard MacCutchan8-Aug-10 21:24 
GeneralRe: Copy raw file image Pin
Thomas Krojer8-Aug-10 22:31
Thomas Krojer8-Aug-10 22:31 
GeneralRe: Copy raw file image Pin
Dave Kreskowiak9-Aug-10 1:42
mveDave Kreskowiak9-Aug-10 1:42 
GeneralRe: Copy raw file image Pin
Dave Kreskowiak9-Aug-10 1:41
mveDave Kreskowiak9-Aug-10 1:41 
AnswerRe: Copy raw file image Pin
Luc Pattyn9-Aug-10 1:26
sitebuilderLuc Pattyn9-Aug-10 1:26 
GeneralMessage Removed Pin
9-Aug-10 2:52
devvvy9-Aug-10 2:52 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? Pin
Luc Pattyn9-Aug-10 2:57
sitebuilderLuc Pattyn9-Aug-10 2:57 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? Pin
devvvy9-Aug-10 3:06
devvvy9-Aug-10 3:06 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? Pin
Luc Pattyn9-Aug-10 3:17
sitebuilderLuc Pattyn9-Aug-10 3:17 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? Pin
devvvy9-Aug-10 17:31
devvvy9-Aug-10 17:31 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? Pin
Thomas Krojer10-Aug-10 21:45
Thomas Krojer10-Aug-10 21:45 
Generalhey thanks it works! Pin
devvvy10-Aug-10 21:56
devvvy10-Aug-10 21:56 
GeneralRe: hey thanks it works! Pin
Thomas Krojer10-Aug-10 22:37
Thomas Krojer10-Aug-10 22:37 
GeneralRe: hey thanks it works! Pin
devvvy10-Aug-10 22:43
devvvy10-Aug-10 22:43 
AnswerRe: Copy raw file image Pin
Covean9-Aug-10 2:28
Covean9-Aug-10 2:28 
If I'm right then he asks for a way to read all the file data plus the file system (NTFS as example) specific information.
On a hard disk there are also a file header / footer for every file.
Now this data he wants to read (and maybe) write.

1. Handle a file is the wrong approach you have to handle the file system in your case.
2. There is no class (or?) to read/write from/to the hard disk at this i/o level in C#.
3. Take a look at CreateFile. There is a possibility to read the physical disk.
Greetings
Covean

Generalthanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? x Pin
devvvy9-Aug-10 3:07
devvvy9-Aug-10 3:07 
GeneralRe: thanks yes you understand me - i will post the code but you're suggesting this can't be done in dotnet? x Pin
Dave Kreskowiak9-Aug-10 3:43
mveDave Kreskowiak9-Aug-10 3:43 

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.