To provide imageList is only Possible..
-
To provide imageList is only Possible with CListCtrl ? It is not possible with CListBox ... If Possible please help me for that by giving the steps to achieve it.. Thanks n Regards Shikha
-
To provide imageList is only Possible with CListCtrl ? It is not possible with CListBox ... If Possible please help me for that by giving the steps to achieve it.. Thanks n Regards Shikha
The list box is an older control and came before the imagelist was created, so no you can't get images automatically in a list box unless you do owner-drawing. But if you need images, it's a heck of a lot easier to just use a list view control.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
The list box is an older control and came before the imagelist was created, so no you can't get images automatically in a list box unless you do owner-drawing. But if you need images, it's a heck of a lot easier to just use a list view control.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
thanks for your reply ..... Listview can i use it on the Dialog box?? i want it on the Dialog box .. Thanks n regards Shikha
-
thanks for your reply ..... Listview can i use it on the Dialog box?? i want it on the Dialog box .. Thanks n regards Shikha
Yes you can use the list view in a dialog
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ