hello,
Using c# I have an open dialog object in my form where the user selects an input GIS file. Once a file is selected, I have a combo box object that I want to load all the field names from that input GIS file into so the user can select the required field for analysis.
How would I go about doing that?
Thank you.