Did you put in breakpoints and trace the flow to see what's happening?
34 Replies - 1192 Views - Last Post: 23 January 2011 - 10:00 AM
#32
Re: Threading
Posted 21 January 2011 - 10:52 AM
I'm sorry, I really don't know what are breakpoints in C# and how to analyse code. I have been programming around a month.
#33
Re: Threading
Posted 21 January 2011 - 11:08 AM
Your problem is that you're going too far, too fast. You're dealing with advanced concepts when you don't have all the basics down.
Here's a debugging tutorial. Read it, and then try to debug your issue.
Here's a debugging tutorial. Read it, and then try to debug your issue.
#34
Re: Threading
Posted 21 January 2011 - 11:13 AM
I did some testing and:
Somehow fails.. because it doesn't show other messageboxes after that line.
Invoke(new Action(() => UpdateColumn(stateInformation, cid, status)));
Somehow fails.. because it doesn't show other messageboxes after that line.
#35
Re: Threading
Posted 23 January 2011 - 10:00 AM
Anybody ?
Also I wanted to ask, is there a way to just allow access to listview by all threads?
Also I wanted to ask, is there a way to just allow access to listview by all threads?
|
|

New Topic/Question
Reply




MultiQuote




|