G
Guest
I have two threads, one UI thread, the other, the worker thread, which is
responsible for keeping on search things and post the found results to a list
control on the UI.
My leader doesn't allow me to use MFC.
So I have to use SendMessage(LVM_XXX, hListCtrl) in the worker thread, I
guess.
But I failed, there is nothing displaying in the list control in the UI
dialog.
Any people can tell me what's the reason? Thanks very much!
responsible for keeping on search things and post the found results to a list
control on the UI.
My leader doesn't allow me to use MFC.
So I have to use SendMessage(LVM_XXX, hListCtrl) in the worker thread, I
guess.
But I failed, there is nothing displaying in the list control in the UI
dialog.
Any people can tell me what's the reason? Thanks very much!