anog Posted August 30, 2004 Share Posted August 30, 2004 Hi there. I am, as some of you might have seen, developing a Windows Explorer-like application. However, I have one question. How can I update a listview and a treeview from a thread? I want the UI to completely usable while other code is running in the background. I also want the thread to stop if the user hits a button. For that I'd have to declare a global variable which would contain the code, am I right? Thank you for your help. Link to comment Share on other sites More sharing options...
Question
anog
Hi there.
I am, as some of you might have seen, developing a Windows Explorer-like application.
However, I have one question.
How can I update a listview and a treeview from a thread? I want the UI to completely usable while other code is running in the background.
I also want the thread to stop if the user hits a button. For that I'd have to declare a global variable which would contain the code, am I right?
Thank you for your help.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts