Click here to Skip to main content
15,907,328 members
Home / Discussions / C#
   

C#

 
Questionwrite bytes to a file Pin
WhiteGirl239-Jul-07 2:46
WhiteGirl239-Jul-07 2:46 
AnswerRe: write bytes to a file Pin
originSH9-Jul-07 2:53
originSH9-Jul-07 2:53 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:04
WhiteGirl239-Jul-07 3:04 
GeneralRe: write bytes to a file Pin
Le centriste9-Jul-07 3:25
Le centriste9-Jul-07 3:25 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:30
WhiteGirl239-Jul-07 3:30 
GeneralRe: write bytes to a file Pin
Luc Pattyn9-Jul-07 3:29
sitebuilderLuc Pattyn9-Jul-07 3:29 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:34
WhiteGirl239-Jul-07 3:34 
GeneralRe: write bytes to a file Pin
Luc Pattyn9-Jul-07 3:44
sitebuilderLuc Pattyn9-Jul-07 3:44 
Now who claims that appending two document files would result in one document file
with all the document content ?

You can use a hex dump utility (Visual Studio !), or maybe Wordpad, to check
your concatenation succeeded technically, Word has already proven it did not
succeed functionaly.

You can concatenate two text files, two C# source files (that will result in some
compile errors tho), maybe two mp3 files. But you cant get the result you're after
when you concatenate two JPEG files, two Visual Studio project files,
two MS Word files, etc.
You need something smarter and more difficult to achieve that.

Smile | :)


GeneralRe: write bytes to a file Pin
Le centriste9-Jul-07 3:36
Le centriste9-Jul-07 3:36 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:43
WhiteGirl239-Jul-07 3:43 
GeneralRe: write bytes to a file Pin
Le centriste9-Jul-07 3:56
Le centriste9-Jul-07 3:56 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 4:05
WhiteGirl239-Jul-07 4:05 
GeneralRe: write bytes to a file Pin
originSH9-Jul-07 4:24
originSH9-Jul-07 4:24 
GeneralRe: write bytes to a file Pin
originSH9-Jul-07 4:04
originSH9-Jul-07 4:04 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 20:21
WhiteGirl239-Jul-07 20:21 
QuestionException Pin
sangramkp9-Jul-07 2:34
sangramkp9-Jul-07 2:34 
AnswerRe: Exception Pin
valerian.precop9-Jul-07 2:41
valerian.precop9-Jul-07 2:41 
GeneralRe: Exception Pin
sangramkp9-Jul-07 2:58
sangramkp9-Jul-07 2:58 
GeneralRe: Exception Pin
J4amieC9-Jul-07 3:08
J4amieC9-Jul-07 3:08 
GeneralRe: Exception Pin
sangramkp9-Jul-07 3:13
sangramkp9-Jul-07 3:13 
GeneralRe: Exception Pin
sangramkp9-Jul-07 3:21
sangramkp9-Jul-07 3:21 
AnswerRe: Exception Pin
Luc Pattyn9-Jul-07 2:43
sitebuilderLuc Pattyn9-Jul-07 2:43 
GeneralRe: Exception Pin
sangramkp9-Jul-07 3:10
sangramkp9-Jul-07 3:10 
GeneralRe: Exception Pin
Luc Pattyn9-Jul-07 3:19
sitebuilderLuc Pattyn9-Jul-07 3:19 
GeneralRe: Exception Pin
ruanr9-Jul-07 3:32
ruanr9-Jul-07 3:32 

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.