J
John
I have a form with a bunch of combo boxes that will be populated at runtime
based on user input. I have created a class for the form with will handle
all of the UI processes. I am trying to create a generic delegate that will
handle all of the combo box loads. So, when the form invokes the UI process
class to load the combo box it will call the write method to load the combo
box on the form. How do I do this? Do I need to create an event for each
combo box? Any ideas?
Thanks
based on user input. I have created a class for the form with will handle
all of the UI processes. I am trying to create a generic delegate that will
handle all of the combo box loads. So, when the form invokes the UI process
class to load the combo box it will call the write method to load the combo
box on the form. How do I do this? Do I need to create an event for each
combo box? Any ideas?
Thanks