Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
Questionhow to printpriview the datagridview data in c# Pin
Ramesh Reddy1111119-Sep-09 16:57
Ramesh Reddy1111119-Sep-09 16:57 
AnswerRe: how to printpriview the datagridview data in c# Pin
Christian Graus19-Sep-09 17:04
protectorChristian Graus19-Sep-09 17:04 
QuestionC# Word Interop - Insert Image into a specific cell in a table located in the document header Pin
jasonandrew19-Sep-09 14:08
jasonandrew19-Sep-09 14:08 
AnswerRe: C# Word Interop - Insert Image into a specific cell in a table located in the document header Pin
73amit17-Sep-10 0:45
73amit17-Sep-10 0:45 
AnswerRe: C# Word Interop - Insert Image into a specific cell in a table located in the document header Pin
AshokNaik10-Jul-11 21:45
AshokNaik10-Jul-11 21:45 
QuestionRe: C# Word Interop - Insert Image into a specific cell in a table located in the document header Pin
Member 110410579-Mar-15 0:50
Member 110410579-Mar-15 0:50 
QuestionImage position in other image c# ? [modified] Pin
sodevrom19-Sep-09 12:29
sodevrom19-Sep-09 12:29 
AnswerRe: Image position in other image c# ? Pin
Dave Kreskowiak19-Sep-09 14:01
mveDave Kreskowiak19-Sep-09 14:01 
sodevrom wrote:
Is there another way ?


The simplest method to start with is pretty simple. You pretty much get the pixel from the top left corner of the small image, then start scanning the big image, row-by-row, pixel-by-pixel, looking for a pixel of that color. When you find it, then you start getting each pixel in the small image for the rest of the top row and comparing those to the next pixels in the big image. If they match, you go to the next rows and start comparing those pixels, until your done. If not, go back and keep scanning for the top left corn pixel.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Image position in other image c# ? Pin
sodevrom19-Sep-09 14:06
sodevrom19-Sep-09 14:06 
GeneralRe: Image position in other image c# ? Pin
Dave Kreskowiak19-Sep-09 14:13
mveDave Kreskowiak19-Sep-09 14:13 
GeneralRe: Image position in other image c# ? Pin
Alan Balkany21-Sep-09 10:12
Alan Balkany21-Sep-09 10:12 
AnswerRe: Image position in other image c# ? Pin
Albond22-May-10 10:27
Albond22-May-10 10:27 
QuestionHow to monitor key pressed? Pin
p3rson19-Sep-09 11:06
p3rson19-Sep-09 11:06 
AnswerRe: How to monitor key pressed? Pin
Christian Graus19-Sep-09 11:19
protectorChristian Graus19-Sep-09 11:19 
GeneralRe: How to monitor key pressed? Pin
p3rson19-Sep-09 11:40
p3rson19-Sep-09 11:40 
GeneralRe: How to monitor key pressed? Pin
Christian Graus19-Sep-09 11:45
protectorChristian Graus19-Sep-09 11:45 
QuestionMouting Drive through Serial Communication Pin
Paul Krueger19-Sep-09 10:49
Paul Krueger19-Sep-09 10:49 
AnswerRe: Mouting Drive through Serial Communication Pin
Luc Pattyn19-Sep-09 10:59
sitebuilderLuc Pattyn19-Sep-09 10:59 
GeneralRe: Mouting Drive through Serial Communication Pin
Sindicoro19-Sep-09 20:36
Sindicoro19-Sep-09 20:36 
GeneralRe: Mouting Drive through Serial Communication Pin
Luc Pattyn20-Sep-09 2:29
sitebuilderLuc Pattyn20-Sep-09 2:29 
JokeRe: Mouting Drive through Serial Communication Pin
Sindicoro20-Sep-09 7:50
Sindicoro20-Sep-09 7:50 
AnswerRe: Mouting Drive through Serial Communication Pin
Sindicoro19-Sep-09 20:34
Sindicoro19-Sep-09 20:34 
QuestionC# question regarding controls (textbox) and events Pin
gjx_junxian198919-Sep-09 7:20
gjx_junxian198919-Sep-09 7:20 
AnswerRe: C# question regarding controls (textbox) and events Pin
Richard MacCutchan19-Sep-09 7:32
mveRichard MacCutchan19-Sep-09 7:32 
QuestionConfigure Data Source Pin
AndreFratelli19-Sep-09 6:54
AndreFratelli19-Sep-09 6:54 

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.