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

C#

 
Questionmatching just single specified character with regular expression. Pin
Member 232448317-Dec-08 14:49
Member 232448317-Dec-08 14:49 
AnswerRe: matching just single specified character with regular expression. Pin
Christian Graus17-Dec-08 16:58
protectorChristian Graus17-Dec-08 16:58 
QuestionProblem with Datagrid Pin
Ain't me babe17-Dec-08 14:49
Ain't me babe17-Dec-08 14:49 
AnswerRe: Problem with Datagrid Pin
Mycroft Holmes17-Dec-08 15:16
professionalMycroft Holmes17-Dec-08 15:16 
QuestionExperimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 13:56
CrimeanTurtle200817-Dec-08 13:56 
AnswerRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:02
Expert Coming17-Dec-08 14:02 
GeneralRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 14:08
CrimeanTurtle200817-Dec-08 14:08 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:16
Expert Coming17-Dec-08 14:16 
It could be that the thread doesn't get its work done before the form draws itself. That would be my guess.

When working with threads, you need to make sure that each thread only messes with stuff that is on its own thread. Google thread safety and you should find what I am talking about. Fix that and it may work, if not, force the form to redraw itself after you add things to the list.

The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:20
Expert Coming17-Dec-08 14:20 
AnswerRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 14:37
CrimeanTurtle200817-Dec-08 14:37 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:43
Expert Coming17-Dec-08 14:43 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 14:48
sitebuilderLuc Pattyn17-Dec-08 14:48 
GeneralRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 15:10
CrimeanTurtle200817-Dec-08 15:10 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 16:28
sitebuilderLuc Pattyn17-Dec-08 16:28 
AnswerRe: Experimenting with Multithreading Pin
N a v a n e e t h17-Dec-08 16:29
N a v a n e e t h17-Dec-08 16:29 
QuestionCannot use AddNew method for CurrencyManager with databound checkbox Pin
Vloops17-Dec-08 11:50
Vloops17-Dec-08 11:50 
QuestionHow to change MenuStrip default icon when child is maximized Pin
bcryner17-Dec-08 11:03
bcryner17-Dec-08 11:03 
AnswerRe: How to change MenuStrip default icon when child is maximized Pin
Eddy Vluggen18-Dec-08 4:47
professionalEddy Vluggen18-Dec-08 4:47 
GeneralRe: How to change MenuStrip default icon when child is maximized Pin
bcryner18-Dec-08 5:06
bcryner18-Dec-08 5:06 
QuestionAdd Table to XML file using Dataset... Pin
Greg Cetti17-Dec-08 10:11
Greg Cetti17-Dec-08 10:11 
Questioninsert space with pattern matching. Pin
Member 232448317-Dec-08 10:02
Member 232448317-Dec-08 10:02 
AnswerRe: insert space with pattern matching. Pin
User 665817-Dec-08 10:19
User 665817-Dec-08 10:19 
GeneralRe: insert space with pattern matching. Pin
Member 232448317-Dec-08 10:36
Member 232448317-Dec-08 10:36 
QuestionWinForms - Grid View bind to xml file Pin
duk3nukem17-Dec-08 9:55
duk3nukem17-Dec-08 9:55 
AnswerRe: WinForms - Grid View bind to xml file Pin
bcryner17-Dec-08 11:12
bcryner17-Dec-08 11:12 

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.