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

C#

 
GeneralRe: Slow selection in ListView Pin
Xmen Real 27-Jun-08 12:36
professional Xmen Real 27-Jun-08 12:36 
GeneralRe: Slow selection in ListView Pin
Leblanc Meneses27-Jun-08 15:17
Leblanc Meneses27-Jun-08 15:17 
GeneralRe: Slow selection in ListView Pin
Xmen Real 27-Jun-08 15:28
professional Xmen Real 27-Jun-08 15:28 
QuestionInteresting Question---Related to Images Pin
paresh_sarjani27-Jun-08 7:03
paresh_sarjani27-Jun-08 7:03 
AnswerRe: Interesting Question---Related to Images Pin
Xmen Real 27-Jun-08 8:07
professional Xmen Real 27-Jun-08 8:07 
GeneralRe: Interesting Question---Related to Images Pin
paresh_sarjani28-Jun-08 7:13
paresh_sarjani28-Jun-08 7:13 
QuestionRe: Interesting Question---Related to Images Pin
CPallini27-Jun-08 10:33
mveCPallini27-Jun-08 10:33 
AnswerRe: Interesting Question---Related to Images Pin
Pete O'Hanlon27-Jun-08 10:46
mvePete O'Hanlon27-Jun-08 10:46 
Assuming they are the same file type (and assuming they are compressed the same), then why would you need to do this? Ultimately, you could just compare the two images as byte arrays. Simplistically, you could use logic similar to the following:

If the number of bytes is different, then they are different.

For loop = 0 to Length of Image1
If Image2[Loop] Does Not Match Image2[Loop] Then
The Images are different
Exit Out
End If
End If

Shout Yippee Alleluia the Images are the same

Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: Interesting Question---Related to Images Pin
Luc Pattyn27-Jun-08 11:53
sitebuilderLuc Pattyn27-Jun-08 11:53 
AnswerRe: Interesting Question---Related to Images Pin
Christian Graus27-Jun-08 13:00
protectorChristian Graus27-Jun-08 13:00 
QuestionGraphics question (Newbie) Pin
kruegersck27-Jun-08 5:24
kruegersck27-Jun-08 5:24 
AnswerRe: Graphics question (Newbie) Pin
led mike27-Jun-08 5:54
led mike27-Jun-08 5:54 
AnswerRe: Graphics question (Newbie) Pin
Rao Rafique27-Jun-08 22:48
Rao Rafique27-Jun-08 22:48 
QuestionHow to dynamically Remove all data in the "Web.SiteMap" file using c# aspx 2.0. Pin
bruze27-Jun-08 5:06
bruze27-Jun-08 5:06 
QuestionLooking for advanced DirectShow (c#) coder Pin
etherny27-Jun-08 4:56
etherny27-Jun-08 4:56 
AnswerRe: Looking for advanced DirectShow (c#) coder Pin
Christian Graus27-Jun-08 13:02
protectorChristian Graus27-Jun-08 13:02 
QuestionPlease guide in recording sound in c# Pin
theredonion27-Jun-08 3:16
theredonion27-Jun-08 3:16 
AnswerRe: Please guide in recording sound in c# [modified] Pin
Marek Grzenkowicz27-Jun-08 3:45
Marek Grzenkowicz27-Jun-08 3:45 
GeneralRe: Please guide in recording sound in c# Pin
Thomas Stockwell27-Jun-08 4:31
professionalThomas Stockwell27-Jun-08 4:31 
QuestionProblem with telerik radmenu control. Pin
dearvivek27-Jun-08 3:13
dearvivek27-Jun-08 3:13 
AnswerRe: Problem with telerik radmenu control. Pin
Thomas Stockwell27-Jun-08 4:34
professionalThomas Stockwell27-Jun-08 4:34 
AnswerRe: Problem with telerik radmenu control. Pin
Christian Graus27-Jun-08 13:03
protectorChristian Graus27-Jun-08 13:03 
QuestionDisable individual item in ComboBox [modified] Pin
arnold_w27-Jun-08 2:31
arnold_w27-Jun-08 2:31 
Questionupdate data in xml file Pin
arkiboys27-Jun-08 2:08
arkiboys27-Jun-08 2:08 
AnswerRe: update data in xml file Pin
N a v a n e e t h27-Jun-08 2:52
N a v a n e e t h27-Jun-08 2:52 

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.