Tagged Questions
-1
votes
1answer
580 views
How to Store Dynamically in the List Control of MFC in Visual Studio?
I am working on the dialog based applciation using MFC in visual studio 2010. I used the list control as report type to display . I managed to display some hardcoded data on that output window. Here ...