문제

I am making a Process-Viewer like app. in windows which displays all the processes currently running in a CListCtrl . Now i want to get the icons of the processes and show them to the listCtrl. please help me how can i do that ?? thanks.

도움이 되었습니까?

해결책

You can accomplish this using any of the following methods:

Of these, the SHGetFileInfo may be the easiest.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top