Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to implement List Control in DialogBox?
Using win32
Posted
Comments
Maciej Los 9-Mar-12 14:45pm    
Please, describe more precisely what are you trying to achieve. We can't read your mind.
amityadav4a 11-Mar-12 3:57am    
Like we see item in Task Manager on processes tab.
how to do this in dialog box and even on Parent window.
in win32

1 solution

Use ListView[^] component.
Here[^] you have an example on codeprojet site.

The form, where you use ListView is not important. If you like to view form (window) as DialogBox, read this[^] article and related topics. If you work with mdi forms, take a look here.

I hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900