Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: OCR Running Error on thumbnail Pin
Christian Graus2-Aug-09 17:04
protectorChristian Graus2-Aug-09 17:04 
QuestionAppDomain problem... Pin
Super Lloyd2-Aug-09 13:46
Super Lloyd2-Aug-09 13:46 
AnswerRe: AppDomain problem... Pin
N a v a n e e t h2-Aug-09 16:35
N a v a n e e t h2-Aug-09 16:35 
GeneralRe: AppDomain problem... Pin
Super Lloyd2-Aug-09 18:37
Super Lloyd2-Aug-09 18:37 
Questionhow could I make double (key events) ? [modified] Pin
Abdulkader Rai2-Aug-09 13:13
Abdulkader Rai2-Aug-09 13:13 
AnswerRe: how could I make double (key events) ? Pin
Christian Graus2-Aug-09 13:53
protectorChristian Graus2-Aug-09 13:53 
AnswerRe: how could I make double (key events) ? Pin
Super Lloyd2-Aug-09 14:07
Super Lloyd2-Aug-09 14:07 
AnswerRe: how could I make double (key events) ? Pin
Mycroft Holmes2-Aug-09 19:37
professionalMycroft Holmes2-Aug-09 19:37 
Have a rolling list of keypress results. You need to trap evey keypress in your app.

To track the last #n keys add a new key ot a List<>, check the pattern of the last 5 and remove the 6th from the list.


Never underestimate the power of human stupidity
RAH

QuestionWhat is an instance variable and how do you declare one? Pin
Nathan Revka2-Aug-09 11:58
Nathan Revka2-Aug-09 11:58 
AnswerRe: What is an instance variable and how do you declare one? Pin
Mycroft Holmes2-Aug-09 12:12
professionalMycroft Holmes2-Aug-09 12:12 
GeneralRe: What is an instance variable and how do you declare one? Pin
Nathan Revka2-Aug-09 12:16
Nathan Revka2-Aug-09 12:16 
GeneralRe: What is an instance variable and how do you declare one? Pin
Mycroft Holmes2-Aug-09 12:23
professionalMycroft Holmes2-Aug-09 12:23 
GeneralRe: What is an instance variable and how do you declare one? Pin
Christian Graus2-Aug-09 13:54
protectorChristian Graus2-Aug-09 13:54 
AnswerRe: What is an instance variable and how do you declare one? Pin
Christian Graus2-Aug-09 13:52
protectorChristian Graus2-Aug-09 13:52 
QuestionWhat the heck does this mean? [modified] Pin
Nathan Revka2-Aug-09 10:56
Nathan Revka2-Aug-09 10:56 
AnswerRe: What the heck does this mean? Pin
Richard Andrew x642-Aug-09 11:07
professionalRichard Andrew x642-Aug-09 11:07 
AnswerRe: What the heck does this mean? Pin
Christian Graus2-Aug-09 11:38
protectorChristian Graus2-Aug-09 11:38 
QuestionAdvice Pin
michael_jhons2-Aug-09 8:16
michael_jhons2-Aug-09 8:16 
AnswerRe: Advice Pin
Manas Bhardwaj2-Aug-09 9:04
professionalManas Bhardwaj2-Aug-09 9:04 
QuestionDeserialising derived classes using XmlAttributeOverrides Pin
Clive D. Pottinger2-Aug-09 6:39
Clive D. Pottinger2-Aug-09 6:39 
AnswerRe: Deserialising derived classes using XmlAttributeOverrides Pin
N a v a n e e t h2-Aug-09 7:55
N a v a n e e t h2-Aug-09 7:55 
GeneralRe: Deserialising derived classes using XmlAttributeOverrides Pin
Clive D. Pottinger3-Aug-09 6:08
Clive D. Pottinger3-Aug-09 6:08 
GeneralRe: Deserialising derived classes using XmlAttributeOverrides Pin
N a v a n e e t h3-Aug-09 16:27
N a v a n e e t h3-Aug-09 16:27 
AnswerRe: Deserialising derived classes using XmlAttributeOverrides Pin
Henry Minute2-Aug-09 9:09
Henry Minute2-Aug-09 9:09 
GeneralRe: Deserialising derived classes using XmlAttributeOverrides Pin
Clive D. Pottinger3-Aug-09 6:13
Clive D. Pottinger3-Aug-09 6:13 

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.