Click here to Skip to main content
15,893,161 members

Comments by DBND (Top 6 by date)

DBND 26-Mar-14 15:49pm View    
Is the delegate supposed to be in my form(UI thread) or my datareader class(where I have it now). There is only one spot where the data gets changed and that is now in the delegate function. I don't know what to do!
DBND 26-Mar-14 12:25pm View    
I updated my code above so you could see what I did. My code is relatively simple(so I thought).
DBND 26-Mar-14 11:28am View    
I added a delegate but am still getting the same error. I thought I understood but perhaps I still don't. I updated my code above to reflect my changes.
DBND 25-Mar-14 13:59pm View    
Also it may be important to note that the DataReader class is in a library separate from my form as it will be used by multiple programs down the road that will do different things with the data.
DBND 25-Mar-14 13:57pm View    
Perhaps I've just been staring at this stuff to long or that multithreadding really isn't my thing but I'm having problems seeing how to get this to work. Can I not use databinding across threads? Do I have to remove the databinding and notify the UI to update manually?