Using Default Windows Image for Combo

Can you use the default windows image for the dhtmlxCombo? Some users may run windowsXP others may run Vista or Windows 7. Each have different combobox images.

You can redefine arrow image after combo initialization:

var combo = new dhtmlXCombo(…);
combo.DOMelem_button.src = “images/your_image.gif”;