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

C#

 
QuestionWhat C# books to get? Pin
Code232624-May-07 18:02
Code232624-May-07 18:02 
AnswerRe: What C# books to get? Pin
Christian Graus24-May-07 18:50
protectorChristian Graus24-May-07 18:50 
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 
If you're in C# 2.0, then you can use a method on the Graphics object to copy data from the screen to a bitmap. THe OCR stuff is a little more difficult. If you know what the app is and can get the window handle of the controls displaying text, GetWindowText is probably a better option ( that's a C API ).


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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 
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 

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.