|
-
May 30th, 2013, 12:46 PM
#2
Re: DataGridView and Threading - Desperate Help Needed
So I figured out part of the problem. The following line of code in the SetDataTable function is not working. It gets executed in the thread but results in an untouched table. I thought this might be a synchronization problem with the table so I locked it for each thread, but no go. Still doesn't work.
dt.Rows.Add(dr)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|