Click here to Skip to main content
15,913,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: Comparing Two PictureBox Pin
Shameel25-Nov-09 8:07
professionalShameel25-Nov-09 8:07 
GeneralRe: Comparing Two PictureBox Pin
gamer112725-Nov-09 8:15
gamer112725-Nov-09 8:15 
AnswerRe: Comparing Two PictureBox Pin
OriginalGriff25-Nov-09 8:14
mveOriginalGriff25-Nov-09 8:14 
GeneralRe: Comparing Two PictureBox Pin
gamer112725-Nov-09 8:50
gamer112725-Nov-09 8:50 
GeneralRe: Comparing Two PictureBox Pin
harold aptroot25-Nov-09 9:01
harold aptroot25-Nov-09 9:01 
GeneralRe: Comparing Two PictureBox Pin
OriginalGriff25-Nov-09 10:39
mveOriginalGriff25-Nov-09 10:39 
GeneralRe: Comparing Two PictureBox Pin
gamer112725-Nov-09 18:29
gamer112725-Nov-09 18:29 
GeneralRe: Comparing Two PictureBox Pin
OriginalGriff25-Nov-09 21:58
mveOriginalGriff25-Nov-09 21:58 
If you already have the image as a MemoryStream, then why go to all that bother? Isn't it simpler to use
byte[] bytes = ms.GetBuffer();
and then compare the two buffers directly?

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

"Rumour has it that if you play Microsoft CDs backwards you will hear Satanic messages.Worse still, is that if you play them forwards they will install Windows"

AnswerRe: Comparing Two PictureBox Pin
I Believe In GOD25-Nov-09 9:07
I Believe In GOD25-Nov-09 9:07 
QuestionToo many generics in code. Pin
CaptainSeeSharp25-Nov-09 7:48
CaptainSeeSharp25-Nov-09 7:48 
AnswerRe: Too many generics in code. Pin
Paulo Zemek25-Nov-09 7:57
Paulo Zemek25-Nov-09 7:57 
GeneralRe: Too many generics in code. [modified] Pin
CaptainSeeSharp25-Nov-09 8:18
CaptainSeeSharp25-Nov-09 8:18 
AnswerRe: Too many generics in code. Pin
Member 218499725-Nov-09 10:07
Member 218499725-Nov-09 10:07 
GeneralRe: Too many generics in code. Pin
CaptainSeeSharp25-Nov-09 10:44
CaptainSeeSharp25-Nov-09 10:44 
AnswerRe: Too many generics in code. Pin
PIEBALDconsult25-Nov-09 12:15
mvePIEBALDconsult25-Nov-09 12:15 
GeneralRe: Too many generics in code. Pin
Lutosław25-Nov-09 13:23
Lutosław25-Nov-09 13:23 
GeneralRe: Too many generics in code. Pin
PIEBALDconsult25-Nov-09 15:34
mvePIEBALDconsult25-Nov-09 15:34 
AnswerRe: Too many generics in code. Pin
Gideon Engelberth25-Nov-09 12:20
Gideon Engelberth25-Nov-09 12:20 
GeneralRe: Too many generics in code. Pin
CaptainSeeSharp25-Nov-09 13:50
CaptainSeeSharp25-Nov-09 13:50 
QuestionDrawing Windows window Pin
cdpace25-Nov-09 7:25
cdpace25-Nov-09 7:25 
AnswerRe: Drawing Windows window Pin
Paulo Zemek25-Nov-09 8:03
Paulo Zemek25-Nov-09 8:03 
GeneralRe: Drawing Windows window Pin
cdpace25-Nov-09 10:31
cdpace25-Nov-09 10:31 
GeneralRe: Drawing Windows window Pin
Paulo Zemek25-Nov-09 11:14
Paulo Zemek25-Nov-09 11:14 
QuestionVS integrated designer Pin
careylin25-Nov-09 5:01
careylin25-Nov-09 5:01 
AnswerRe: VS integrated designer Pin
avigodse26-Nov-09 19:11
professionalavigodse26-Nov-09 19:11 

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.