Hello :

Is there any idea to add icons inside list box,,,???
Thanks

Recommended Answers

All 2 Replies

If you really need to do it in a listbox then look at:
OwnerDrawListBoxWithIcons

Most folks use a ListView instead because it does everything a listbox can do (and more) and handles the image easier through its smallimagelist property. If you want to see some code on using the listview, let me know.

// Jerry

yeah, its easier to use listview.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.