R Reny J Joseph Thuthikattu Feb 15, 2004 #1 Hi, I want to write a interrupt driven program with .NET .Can any one help? Reny
C Cor Feb 15, 2004 #2 Hi Reny, In fact are almost all .Net programs event driven. So you just have to start at the very begin with a "Hello World" application with one button and a label. Cor
Hi Reny, In fact are almost all .Net programs event driven. So you just have to start at the very begin with a "Hello World" application with one button and a label. Cor
H Herfried K. Wagner [MVP] Feb 15, 2004 #3 * "Reny J Joseph Thuthikattu said: I want to write a interrupt driven program with .NET .Can any one help? Click to expand... Please be more specific!
* "Reny J Joseph Thuthikattu said: I want to write a interrupt driven program with .NET .Can any one help? Click to expand... Please be more specific!
A Armin Zingler Feb 15, 2004 #4 Reny J Joseph Thuthikattu said: I want to write a interrupt driven program with .NET .Can any one help? Click to expand... They are all. If you press a key the keyboard interrupt occurs and the system (driver) translates it to keyboard messages... -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
Reny J Joseph Thuthikattu said: I want to write a interrupt driven program with .NET .Can any one help? Click to expand... They are all. If you press a key the keyboard interrupt occurs and the system (driver) translates it to keyboard messages... -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html