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

C#

 
AnswerRe: Below idea how to be realized in C#? Pin
Christian Graus31-May-09 19:25
protectorChristian Graus31-May-09 19:25 
GeneralRe: Below idea how to be realized in C#? Pin
mctramp16831-May-09 20:13
mctramp16831-May-09 20:13 
GeneralRe: Below idea how to be realized in C#? Pin
Christian Graus31-May-09 21:48
protectorChristian Graus31-May-09 21:48 
GeneralRe: Below idea how to be realized in C#? Pin
mctramp16831-May-09 22:04
mctramp16831-May-09 22:04 
GeneralRe: Below idea how to be realized in C#? Pin
Pete O'Hanlon31-May-09 22:19
mvePete O'Hanlon31-May-09 22:19 
GeneralRe: Below idea how to be realized in C#? Pin
0x3c01-Jun-09 0:07
0x3c01-Jun-09 0:07 
GeneralRe: Below idea how to be realized in C#? Pin
mctramp1681-Jun-09 1:16
mctramp1681-Jun-09 1:16 
Questioncustom control textbox with a label tied Pin
Wendell.S31-May-09 16:21
Wendell.S31-May-09 16:21 
AnswerRe: custom control textbox with a label tied Pin
Dave Kreskowiak31-May-09 17:28
mveDave Kreskowiak31-May-09 17:28 
QuestionUltra-light native embedded database Pin
Pascal Ganaye31-May-09 10:27
Pascal Ganaye31-May-09 10:27 
AnswerRe: Ultra-light native embedded database Pin
Henry Minute31-May-09 11:07
Henry Minute31-May-09 11:07 
AnswerRe: Ultra-light native embedded database Pin
Garth J Lancaster31-May-09 12:02
professionalGarth J Lancaster31-May-09 12:02 
AnswerRe: Ultra-light native embedded database Pin
Joe Woodbury31-May-09 16:14
professionalJoe Woodbury31-May-09 16:14 
AnswerRe: Ultra-light native embedded database Pin
Pascal Ganaye1-Jun-09 13:41
Pascal Ganaye1-Jun-09 13:41 
Questionauto initialise all public fields in a class Pin
tig281031-May-09 10:09
tig281031-May-09 10:09 
AnswerRe: auto initialise all public fields in a class Pin
Henry Minute31-May-09 11:21
Henry Minute31-May-09 11:21 
GeneralRe: auto initialise all public fields in a class Pin
tig281031-May-09 11:29
tig281031-May-09 11:29 
GeneralRe: auto initialise all public fields in a class Pin
Henry Minute31-May-09 11:42
Henry Minute31-May-09 11:42 
GeneralRe: auto initialise all public fields in a class Pin
tig281031-May-09 14:02
tig281031-May-09 14:02 
AnswerRe: auto initialise all public fields in a class Pin
S. Senthil Kumar31-May-09 21:11
S. Senthil Kumar31-May-09 21:11 
Questioneditable datagrid Pin
hamadam2131-May-09 8:21
hamadam2131-May-09 8:21 
AnswerRe: editable datagrid [modified] Pin
dan!sh 31-May-09 8:36
professional dan!sh 31-May-09 8:36 
AnswerRe: editable datagrid Pin
Satish Pai31-May-09 20:26
Satish Pai31-May-09 20:26 
QuestionParallel Port Polling Pin
GlenET31-May-09 4:31
GlenET31-May-09 4:31 
AnswerRe: Parallel Port Polling Pin
0x3c031-May-09 5:30
0x3c031-May-09 5:30 
You could remove the Program Not Responding problem by doing the polling in another thread. I would be surprised if Windows didn't let you hook into the interrupt for the parallel port; that said, it's understandable why the designers don't want an application being able to sniff every byte being sent through such a port

Between the idea
And the reality
Between the motion
And the act
Falls the Shadow

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.