Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: Border Less Window Mouse Left click Pin
shlomtzi23-Jul-09 2:52
shlomtzi23-Jul-09 2:52 
GeneralRe: Border Less Window Mouse Left click Pin
satsumatable23-Jul-09 2:57
satsumatable23-Jul-09 2:57 
GeneralRe: Border Less Window Mouse Left click Pin
shlomtzi23-Jul-09 3:04
shlomtzi23-Jul-09 3:04 
AnswerRe: Border Less Window Mouse Left click Pin
Henry Minute23-Jul-09 3:25
Henry Minute23-Jul-09 3:25 
GeneralRe: Border Less Window Mouse Left click Pin
satsumatable23-Jul-09 5:13
satsumatable23-Jul-09 5:13 
GeneralRe: Border Less Window Mouse Left click Pin
Henry Minute23-Jul-09 6:08
Henry Minute23-Jul-09 6:08 
Questionneed suggestion how to move object on screen in run time Pin
shlomtzi23-Jul-09 2:39
shlomtzi23-Jul-09 2:39 
AnswerRe: need suggestion how to move object on screen in run time Pin
musefan23-Jul-09 2:42
musefan23-Jul-09 2:42 
Questionhow to insert.. Pin
mjawadkhatri23-Jul-09 1:59
mjawadkhatri23-Jul-09 1:59 
AnswerRe: how to insert.. Pin
Tamer Oz23-Jul-09 2:04
Tamer Oz23-Jul-09 2:04 
GeneralRe: how to insert.. Pin
mjawadkhatri23-Jul-09 2:07
mjawadkhatri23-Jul-09 2:07 
GeneralRe: how to insert.. Pin
Tamer Oz23-Jul-09 2:10
Tamer Oz23-Jul-09 2:10 
GeneralRe: how to insert.. Pin
mjawadkhatri23-Jul-09 2:12
mjawadkhatri23-Jul-09 2:12 
GeneralRe: how to insert.. Pin
musefan23-Jul-09 2:14
musefan23-Jul-09 2:14 
AnswerRe: how to insert.. Pin
Muhammad Mazhar23-Jul-09 2:17
Muhammad Mazhar23-Jul-09 2:17 
GeneralRe: how to insert.. Pin
mjawadkhatri23-Jul-09 2:33
mjawadkhatri23-Jul-09 2:33 
GeneralRe: how to insert.. Pin
musefan23-Jul-09 2:40
musefan23-Jul-09 2:40 
AnswerRe: how to insert.. Pin
Nagy Vilmos23-Jul-09 6:19
professionalNagy Vilmos23-Jul-09 6:19 
QuestionSCSF application is taking a lot of time to load Pin
Sakshi Smriti23-Jul-09 1:57
Sakshi Smriti23-Jul-09 1:57 
AnswerRe: SCSF application is taking a lot of time to load Pin
Muhammad Mazhar23-Jul-09 2:48
Muhammad Mazhar23-Jul-09 2:48 
Questioncreate Folder in remote Server with c# Pin
Abdul Rahman Hamidy23-Jul-09 1:55
Abdul Rahman Hamidy23-Jul-09 1:55 
AnswerRe: create Folder in remote Server with c# Pin
Muhammad Mazhar23-Jul-09 2:24
Muhammad Mazhar23-Jul-09 2:24 
GeneralRe: create Folder in remote Server with c# Pin
Abdul Rahman Hamidy23-Jul-09 2:37
Abdul Rahman Hamidy23-Jul-09 2:37 
GeneralRe: create Folder in remote Server with c# Pin
Muhammad Mazhar23-Jul-09 3:01
Muhammad Mazhar23-Jul-09 3:01 
QuestionHow can I find a Bitmap within another Bitmap? Pin
verence33323-Jul-09 1:12
verence33323-Jul-09 1:12 
Hello.

I have two Bitmaps. I know that the small one is contained within the big one, and I want to search for it and return its position (a Rectangle):

public Rectangle findBitmap(Bitmap smallBmp, Bitmap bigBmp);


I can do this by making lots of pixel comparations in nested fors, but obviously it's too time-consuming since there can be literally hundreds of thousands of comparations. I need a *very* fast way to do this.

I've been reading for a while about Template Matching and I think it could be the way, but it's a difficult subject and I have not found any example or code that could help me. Could you please give me some advice?

Thanks in advance.

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.