XxPrOdiGyxX
Senior member
I have a geodatabase with fields set as coded domains. What i'm trying to do is to populate a combobox with the coded domain values from the database. I have no problem extracting the coded domain values but can not set the combobox to populate it with the data. I know I can create a class with the coded value and name and just use Add() on the Items property but I would like to bypass that all together. I tried using the ICodedValueDomain and IDomain objects provided by ArcGIS and tried to set it to the datasource of the combobox but this doesn't seem to work. Anyone have any ideas?