Click here to Skip to main content
15,916,398 members
Home / Discussions / C#
   

C#

 
GeneralRe: logo identity near url ( windows app ) Pin
T M Gray9-Aug-10 5:49
T M Gray9-Aug-10 5:49 
AnswerRe: logo identity near url ( windows app ) Pin
T M Gray9-Aug-10 5:52
T M Gray9-Aug-10 5:52 
GeneralRe: logo identity near url ( windows app ) Pin
Ravi Bhavnani9-Aug-10 7:27
professionalRavi Bhavnani9-Aug-10 7:27 
GeneralRe: logo identity near url ( windows app ) Pin
Krishna Varadharajan9-Aug-10 18:02
Krishna Varadharajan9-Aug-10 18:02 
GeneralRe: logo identity near url ( windows app ) Pin
Ravi Bhavnani9-Aug-10 18:37
professionalRavi Bhavnani9-Aug-10 18:37 
GeneralRe: logo identity near url ( windows app ) Pin
Krishna Varadharajan10-Aug-10 6:39
Krishna Varadharajan10-Aug-10 6:39 
QuestionSerialization Question Pin
cjb1108-Aug-10 21:28
cjb1108-Aug-10 21:28 
AnswerRe: Serialization Question Pin
Ravi Bhavnani9-Aug-10 7:29
professionalRavi Bhavnani9-Aug-10 7:29 
GeneralRe: Serialization Question Pin
cjb1109-Aug-10 21:42
cjb1109-Aug-10 21:42 
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 
what do you mean by "raw file image"?
is it a file containing an image (i.e. header plus pixel data)?
is it a file containing the raw data of an image (i.e. pixel data only)?
is it the "image" of an executaable?

you can read( or write) all the bytes of a file at once using File.ReadAllBytes (WriteAllBytes).
If you don't want to have them all at once in memory, use a BinaryReader (BinaryWriter).

And what do you mean by "encoding"?
if it refers to the Encoding class, that one only applies to text.
if it refers to the way pixels get represented, that one is called PixelFormat.

Please learn to ask questions properly.

And don't say "it didn't run and OS complained invalid image", show the code and the exact compile-time or run-time error message(s).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


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 

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.