VB_Alien
06-03-2005, 09:03 AM
Has anyone ever found a way to add images to the listbox or file listbox controls?
Question about Listbox ControlVB_Alien 06-03-2005, 09:03 AM Has anyone ever found a way to add images to the listbox or file listbox controls? HardCode 06-03-2005, 09:59 AM You can use the ListView control instead. Search the forum for "listview" for lots of information. Jamesanthony 06-03-2005, 10:16 AM Has anyone ever found a way to add images to the listbox or file listbox controls? Treeview is better, and easy to use VB_Alien 06-03-2005, 11:47 AM That isnt the question i asked. I know about them other controls and their uses. I know it can be done by subclassing but i was hoping to find an easier way to add images to a listbox. HardCode 06-03-2005, 03:59 PM Well, if it isn't a native function of the ListBox, there isn't going to be an easier way outside of subclassing, using another control, or writing your own. That isnt the question i asked. I know about them other controls and their uses. We could of then simply replied "No." But what good would that have been without providing alternatives. VB_Alien 06-03-2005, 08:16 PM Well, if it isn't a native function of the ListBox, there isn't going to be an easier way outside of subclassing, using another control, or writing your own. Thats all i wanted to know. Thanks.... |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum