HWND hEdit;
The HWND hListview;
String text="test123";
Want to text updates to the Listview and Edit, how should do?
Because the text content is changing, don't know how to preach in the past, thank you.
CodePudding user response:
Thread is normal model of consumer and producerCodePudding user response:
Multiple Threads in the User Interface of http://msdn.microsoft.com/zh-cn/library/ms810439.aspxCodePudding user response:
If there is no thread can achieve a similar effect?Now the problem is the EDIT can be updated in real time,
But no, LISTVIEW
CodePudding user response:
The