Using one thread for multiple views
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am using a thread to receive a data continously and store the in the list control. The data which i received will be updated frequently. I my project, if i click one row in the list control, that particular record will be displayed in the next formview's list control. The second listcontrol record should also updated in synchronous with the first list control items. Will you please suggest me, how i can use the thread which i have used in the first list control to update the field in second's list control in the next dialog or formview. Is there any other way to solve my problem. Please help me. regards Jagannathan