Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
QuestionCreating .NET Assembly for COM Usage Pin
Hussam Fattahi1-Jul-08 0:35
Hussam Fattahi1-Jul-08 0:35 
AnswerRe: Creating .NET Assembly for COM Usage Pin
Alan Balkany1-Jul-08 3:22
Alan Balkany1-Jul-08 3:22 
QuestionMCTS (Microsoft Certified Technology Specialist) Pin
bruze1-Jul-08 0:21
bruze1-Jul-08 0:21 
AnswerRe: MCTS (Microsoft Certified Technology Specialist) Pin
Simon P Stevens1-Jul-08 1:06
Simon P Stevens1-Jul-08 1:06 
AnswerRe: MCTS (Microsoft Certified Technology Specialist) Pin
nmathur231-Jul-08 20:27
nmathur231-Jul-08 20:27 
Questionhow to block keyboard input? [modified] Pin
bug_aonz1-Jul-08 0:14
bug_aonz1-Jul-08 0:14 
AnswerRe: how to block keyboard input? Pin
Simon P Stevens1-Jul-08 0:52
Simon P Stevens1-Jul-08 0:52 
AnswerRe: how to block keyboard input? Pin
dan!sh 1-Jul-08 1:00
professional dan!sh 1-Jul-08 1:00 
AnswerRe: how to block keyboard input? Pin
Thomas Stockwell2-Jul-08 2:32
professionalThomas Stockwell2-Jul-08 2:32 
QuestionHow to pass multiple values of checked rows in grid to databse? Pin
Ganesh31-Jul-08 0:00
Ganesh31-Jul-08 0:00 
AnswerRe: How to pass multiple values of checked rows in grid to databse? Pin
Vimalsoft(Pty) Ltd1-Jul-08 0:09
professionalVimalsoft(Pty) Ltd1-Jul-08 0:09 
GeneralRe: How to pass multiple values of checked rows in grid to databse? Pin
Ganesh31-Jul-08 0:31
Ganesh31-Jul-08 0:31 
GeneralRe: How to pass multiple values of checked rows in grid to databse? Pin
Vimalsoft(Pty) Ltd1-Jul-08 0:47
professionalVimalsoft(Pty) Ltd1-Jul-08 0:47 
GeneralRe: How to pass multiple values of checked rows in grid to databse? Pin
Ganesh32-Jul-08 1:19
Ganesh32-Jul-08 1:19 
AnswerRe: How to pass multiple values of checked rows in grid to databse? Pin
lnkgoeng2-Jul-08 0:27
lnkgoeng2-Jul-08 0:27 
GeneralRe: How to pass multiple values of checked rows in grid to databse? Pin
Ganesh32-Jul-08 1:23
Ganesh32-Jul-08 1:23 
Question[Message Deleted] Pin
imnotso#30-Jun-08 23:33
imnotso#30-Jun-08 23:33 
AnswerRe: Transferring Data from Page to Page. Pin
Pete O'Hanlon30-Jun-08 23:47
mvePete O'Hanlon30-Jun-08 23:47 
GeneralRe: Transferring Data from Page to Page. Pin
imnotso#30-Jun-08 23:52
imnotso#30-Jun-08 23:52 
QuestionUnit Test Pin
ellllllllie30-Jun-08 23:11
ellllllllie30-Jun-08 23:11 
QuestionHow to send SQL Report 2005 in Email By C# Pin
nmathur2330-Jun-08 22:56
nmathur2330-Jun-08 22:56 
Questionhow to search in image and compare it with another image ? Pin
hdv21230-Jun-08 22:42
hdv21230-Jun-08 22:42 
AnswerRe: how to search in image and compare it with another image ? Pin
Alan Balkany1-Jul-08 3:24
Alan Balkany1-Jul-08 3:24 
GeneralRe: how to search in image and compare it with another image ? Pin
hdv2121-Jul-08 8:01
hdv2121-Jul-08 8:01 
AnswerRe: how to search in image and compare it with another image ? Pin
Russell Jones1-Jul-08 4:43
Russell Jones1-Jul-08 4:43 
are you looking for an exact grid of pixels in the image or something softer like a thing that looks to a certain extent like the other image.

If you have both images as bitmaps then take the colour value of pixel (0,0) in the image you are looking for. Then search the first image till you find a match. When you have a match check to see if pixel (1,0) matches the next pixel along in the image. If it does go to pixel(2,0) etc. If the pixel doesn't match go back to searching the image for the colour value from Pixel(0,0) again until you either find a match or run out of image to search.

Russell

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.