Click here to Skip to main content
15,885,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: led to rs232 Pin
Luc Pattyn1-Nov-09 14:15
sitebuilderLuc Pattyn1-Nov-09 14:15 
GeneralRe: led to rs232 Pin
_Q12_1-Nov-09 14:43
_Q12_1-Nov-09 14:43 
GeneralRe: led to rs232 Pin
_Q12_1-Nov-09 16:18
_Q12_1-Nov-09 16:18 
Questionmain form is not activated Pin
Maddie from Dartford1-Nov-09 12:05
Maddie from Dartford1-Nov-09 12:05 
AnswerRe: main form is not activated Pin
Christian Graus1-Nov-09 12:07
protectorChristian Graus1-Nov-09 12:07 
QuestionMaking custom control subscribe to external event ? Need Approach advise... Pin
idan_bismut1-Nov-09 9:30
idan_bismut1-Nov-09 9:30 
AnswerRe: Making custom control subscribe to external event ? Need Approach advise... Pin
Christian Graus1-Nov-09 9:42
protectorChristian Graus1-Nov-09 9:42 
AnswerRe: Making custom control subscribe to external event ? Need Approach advise... Pin
DaveyM691-Nov-09 10:52
professionalDaveyM691-Nov-09 10:52 
idan_bismut wrote:
a bit change on some array that is updated with changes


No problem there, just have an array of 3 Int32s, that will give you the 96 bits you require. Make sure the bits are only exposed (for changes) through an indexer or similar method and you can raise an event to update the UI in there.

As Christian said, if the hardware raises messages then you just need to catch those, otherwise polling is your only option. The API for the card will have that info.

Dave

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

Questionhow to create a chart Pin
h.pordel1-Nov-09 9:20
h.pordel1-Nov-09 9:20 
AnswerRe: how to create a chart Pin
Christian Graus1-Nov-09 9:24
protectorChristian Graus1-Nov-09 9:24 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:39
h.pordel1-Nov-09 9:39 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 9:40
protectorChristian Graus1-Nov-09 9:40 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:49
h.pordel1-Nov-09 9:49 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 9:51
protectorChristian Graus1-Nov-09 9:51 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:59
h.pordel1-Nov-09 9:59 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 10:10
protectorChristian Graus1-Nov-09 10:10 
AnswerRe: how to create a chart Pin
Henry Minute1-Nov-09 9:30
Henry Minute1-Nov-09 9:30 
QuestionRedirecting keystrokes to a RichTextBox Control in C# Pin
pbalaga1-Nov-09 9:02
pbalaga1-Nov-09 9:02 
AnswerRe: Redirecting keystrokes to a RichTextBox Control in C# Pin
Christian Graus1-Nov-09 9:14
protectorChristian Graus1-Nov-09 9:14 
GeneralRe: Redirecting keystrokes to a RichTextBox Control in C# Pin
pbalaga3-Nov-09 8:27
pbalaga3-Nov-09 8:27 
Questionhelp me Pin
Arefeh Haghpnah1-Nov-09 8:39
Arefeh Haghpnah1-Nov-09 8:39 
AnswerRe: help me Pin
Christian Graus1-Nov-09 8:48
protectorChristian Graus1-Nov-09 8:48 
GeneralRe: help me Pin
Arefeh Haghpnah2-Nov-09 7:54
Arefeh Haghpnah2-Nov-09 7:54 
QuestionCheckBoxList problem in C# Pin
Neo Andreson1-Nov-09 7:22
Neo Andreson1-Nov-09 7:22 
AnswerRe: CheckBoxList problem in C# Pin
Qendro1-Nov-09 9:15
Qendro1-Nov-09 9:15 

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.