Insert Item in Listcontrol/listview using thread.
-
HI Dear, How r u ? Actully I got same problem as you may faced(Multithread control) in VC++. I want to place Items in list box. but all placing of items in List must be done in thread. so that all other work can be done side-wise. Can you get me idea..as you may have solved this type of problem.;) PLZ PLZ..Thanks..Sumit Kapoor:) ---Sumit Kapoor---
-
HI Dear, How r u ? Actully I got same problem as you may faced(Multithread control) in VC++. I want to place Items in list box. but all placing of items in List must be done in thread. so that all other work can be done side-wise. Can you get me idea..as you may have solved this type of problem.;) PLZ PLZ..Thanks..Sumit Kapoor:) ---Sumit Kapoor---
-
HI Dear, How r u ? Actully I got same problem as you may faced(Multithread control) in VC++. I want to place Items in list box. but all placing of items in List must be done in thread. so that all other work can be done side-wise. Can you get me idea..as you may have solved this type of problem.;) PLZ PLZ..Thanks..Sumit Kapoor:) ---Sumit Kapoor---
Hi Sumeet, Nice to see you again.... I find the solution of my problem by calling the SendMessage(IDC_xxx_xxx) to call the ON_BN_CLICKED message directly from your thread function.I also works even in case of User-Interface Thread. Like that you may place ur item directly from your thread program. It will work eeven if you are using User-Interface thread. This may help you. Wish you all the best.. Bye