09-16-2014, 08:25 PM 
		
	
	
		Is it possible to render icons in comboxes/listboxes based on the contents of the combobox or listbox?
For example
c:\test_1 => FOLDER icon
c:\test_2\img.gif => gif IMAGE icon
c:\test_3\subfolder_1\test.txt => TEXTFILE icon
The icons are based on what the user has set on his system. So I wouldn't be using hard-links to .dll / .ico /image lists / ... resources.
I just use what the user has setup for his system.
	
	
	
	
For example
_s will be placed in a listbox
_s=
 c:\test_1
 c:\test_2\img.gif
 c:\test_3\subfolder_1\test.txtc:\test_1 => FOLDER icon
c:\test_2\img.gif => gif IMAGE icon
c:\test_3\subfolder_1\test.txt => TEXTFILE icon
The icons are based on what the user has set on his system. So I wouldn't be using hard-links to .dll / .ico /image lists / ... resources.
I just use what the user has setup for his system.

 
 

 
