Re: enum and combobox
Yes, as long as it supports the IList interface, you can just databind the
array that is returned to the combobox.
Mark
"Roger" <roger@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23W8ZSANBGHA.2356@xxxxxxxxxxxxxxxxxxxxxxx
> > Use a loop to iterate over and assign to your > combobox.
>
> I think it can be done without the loop.
> Look it up in the docs.
> Roger
>
>
.
Relevant Pages
- Re: Looping through Records
... you go through the loop, you lookup the same thing based on what ever is ... they ever decide on a field4 it will cost them again. ... > will be the same always, or at least for each time that the ComboBox ... >> will throw an error message. ... (microsoft.public.access.formscoding) - Re: Loop control
... Repeatedly dropping down a combobox and selecting from 500 options is ... > Inside that loop i display in a tedit a value and then I want to ... When they press the button, deal with their selection, increment your ... (alt.comp.lang.borland-delphi) - Re: How do I add CB_SETITEMDATA to a comboBox with wstring as LPAR
... I want to store the "cn" ... that I stored in comboBox as SetItemData in my desctor code. ... I men, the new wstring that I declare evey time in the loop, ... // Add the context cn attribute ... (microsoft.public.vc.language) - Re: Looping through Records
... > you go through the loop, you lookup the same thing based on what ever is ... > they ever decide on a field4 it will cost them again. ... >> will be the same always, or at least for each time that the ComboBox ... (microsoft.public.access.formscoding) - Re: Using DataTable.Select in ComboBox
... datarow array the .select rows; then loop through the array and add the row ... > another DataTable and then use that as the DataSource for a ComboBox. ... (microsoft.public.dotnet.languages.vb) |
|