Click here to Skip to main content
15,891,621 members
Home / Discussions / C#
   

C#

 
AnswerRe: What C# books to get? Pin
Vasudevan Deepak Kumar24-May-07 20:09
Vasudevan Deepak Kumar24-May-07 20:09 
AnswerRe: What C# books to get? Pin
Muammar©24-May-07 23:28
Muammar©24-May-07 23:28 
QuestionHttp Post in C# Pin
aruna_koride24-May-07 16:31
aruna_koride24-May-07 16:31 
AnswerRe: Http Post in C# Pin
Vasudevan Deepak Kumar24-May-07 20:11
Vasudevan Deepak Kumar24-May-07 20:11 
QuestionFunnelling pixel data from an application Pin
Kataric24-May-07 15:02
Kataric24-May-07 15:02 
AnswerRe: Funnelling pixel data from an application Pin
Christian Graus24-May-07 15:13
protectorChristian Graus24-May-07 15:13 
GeneralRe: Funnelling pixel data from an application Pin
Kataric24-May-07 15:34
Kataric24-May-07 15:34 
GeneralRe: Funnelling pixel data from an application Pin
Dave Kreskowiak24-May-07 16:05
mveDave Kreskowiak24-May-07 16:05 
There's a problem with this. You can probably get the image from the screen, but only probably. There's no guarantee that you will be able to do this. Since this is a game, the screen updates will be happening VERY rapidly. This causes you two problems.

Since your talking about scrolling text, there is an issue of shearing. This is when you start to grab a shot of the area of the screen and it changes DURING the grab. This can make the OCR part fail quite easily.

The second problem IS the OCR part. This will be a very CPU heavy process that can hog the CPU and slow down the game performance. You definitly won't be getting this at 30 frames a second. Frame a second will be far more likely and this will leave more CPU time to the game itself.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Funnelling pixel data from an application Pin
Kataric24-May-07 16:38
Kataric24-May-07 16:38 
GeneralRe: Funnelling pixel data from an application Pin
Dave Kreskowiak24-May-07 17:47
mveDave Kreskowiak24-May-07 17:47 
AnswerRe: Funnelling pixel data from an application Pin
Kataric24-May-07 15:17
Kataric24-May-07 15:17 
QuestionUsing Resource Files in C# Pin
jtstanish24-May-07 15:01
jtstanish24-May-07 15:01 
AnswerRe: Using Resource Files in C# Pin
Muammar©24-May-07 23:30
Muammar©24-May-07 23:30 
QuestionWeb Browser Control Issue Pin
classNoob24-May-07 13:13
classNoob24-May-07 13:13 
AnswerRe: Web Browser Control Issue Pin
Christian Graus24-May-07 13:22
protectorChristian Graus24-May-07 13:22 
GeneralRe: Web Browser Control Issue Pin
classNoob24-May-07 13:37
classNoob24-May-07 13:37 
GeneralRe: Web Browser Control Issue Pin
classNoob24-May-07 13:41
classNoob24-May-07 13:41 
AnswerRe: Web Browser Control Issue Pin
SimulationofSai24-May-07 20:03
SimulationofSai24-May-07 20:03 
GeneralRe: Web Browser Control Issue Pin
classNoob25-May-07 6:25
classNoob25-May-07 6:25 
QuestionQuestion on C# XML programming! Pin
jubilanttiger24-May-07 12:41
jubilanttiger24-May-07 12:41 
AnswerRe: Question on C# XML programming! Pin
Dave Herren24-May-07 14:13
Dave Herren24-May-07 14:13 
QuestionHow can I resize an image for a Button? Pin
Khoramdin24-May-07 10:47
Khoramdin24-May-07 10:47 
AnswerRe: How can I resize an image for a Button? Pin
Giorgi Dalakishvili24-May-07 11:04
mentorGiorgi Dalakishvili24-May-07 11:04 
QuestionSaving Changes in DataGrid Pin
Leo Smith24-May-07 10:32
Leo Smith24-May-07 10:32 
AnswerRe: Saving Changes in DataGrid Pin
Muammar©24-May-07 11:05
Muammar©24-May-07 11:05 

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.