Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: make a child form showdialog when MDIparent is set Pin
prasadbuddhika17-Mar-09 18:10
prasadbuddhika17-Mar-09 18:10 
GeneralRe: make a child form showdialog when MDIparent is set Pin
jaypatel51217-Mar-09 21:01
jaypatel51217-Mar-09 21:01 
GeneralRe: make a child form showdialog when MDIparent is set Pin
DaveyM6917-Mar-09 23:25
professionalDaveyM6917-Mar-09 23:25 
Questioncalling windows forms from windows services Pin
mirko8617-Mar-09 14:00
mirko8617-Mar-09 14:00 
AnswerRe: calling windows forms from windows services Pin
Wes Aday17-Mar-09 16:19
professionalWes Aday17-Mar-09 16:19 
AnswerRe: calling windows forms from windows services Pin
Vikram A Punathambekar17-Mar-09 20:28
Vikram A Punathambekar17-Mar-09 20:28 
Questioncalculate elapsed time for timecard Pin
onetreeup17-Mar-09 13:31
onetreeup17-Mar-09 13:31 
AnswerRe: calculate elapsed time for timecard Pin
Christian Graus17-Mar-09 13:49
protectorChristian Graus17-Mar-09 13:49 
AnswerRe: calculate elapsed time for timecard Pin
Luc Pattyn17-Mar-09 14:27
sitebuilderLuc Pattyn17-Mar-09 14:27 
GeneralRe: calculate elapsed time for timecard Pin
Christian Graus17-Mar-09 14:42
protectorChristian Graus17-Mar-09 14:42 
Questionlotus notes Pin
tejtiks17-Mar-09 10:56
tejtiks17-Mar-09 10:56 
AnswerRe: lotus notes Pin
Pete O'Hanlon17-Mar-09 11:36
mvePete O'Hanlon17-Mar-09 11:36 
AnswerRe: lotus notes Pin
Christian Graus17-Mar-09 11:56
protectorChristian Graus17-Mar-09 11:56 
QuestionUI hangs on Invoke(?) Pin
jondaeh17-Mar-09 9:37
jondaeh17-Mar-09 9:37 
AnswerRe: UI hangs on Invoke(?) Pin
fred_17-Mar-09 10:06
fred_17-Mar-09 10:06 
AnswerRe: UI hangs on Invoke(?) Pin
fred_17-Mar-09 10:06
fred_17-Mar-09 10:06 
GeneralRe: UI hangs on Invoke(?) Pin
jondaeh17-Mar-09 10:51
jondaeh17-Mar-09 10:51 
GeneralRe: UI hangs on Invoke(?) Pin
Natza Mitzi17-Mar-09 10:16
Natza Mitzi17-Mar-09 10:16 
Welcome to the world of the dead(lock)
The method writeDisp calls setDispText and setDispText calls writeDisp. That looks very bad.
Do not abuse Invoke and use it for setting data in the control from a different thread without other code (the set display text also discards a serial port buffer).

Natza Mitzi

QuestionRe: UI hangs on Invoke(?) Pin
jondaeh17-Mar-09 11:09
jondaeh17-Mar-09 11:09 
AnswerRe: UI hangs on Invoke(?) Pin
Luc Pattyn17-Mar-09 14:52
sitebuilderLuc Pattyn17-Mar-09 14:52 
GeneralRe: UI hangs on Invoke(?) Pin
jondaeh17-Mar-09 22:55
jondaeh17-Mar-09 22:55 
GeneralRe: UI hangs on Invoke(?) Pin
Luc Pattyn18-Mar-09 1:24
sitebuilderLuc Pattyn18-Mar-09 1:24 
QuestionLotus Notes Pin
lokesh143.surana17-Mar-09 9:02
lokesh143.surana17-Mar-09 9:02 
AnswerRe: Lotus Notes Pin
Dan Neely17-Mar-09 9:44
Dan Neely17-Mar-09 9:44 
GeneralRe: Lotus Notes Pin
dan!sh 17-Mar-09 10:36
professional dan!sh 17-Mar-09 10:36 

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.